mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Maxime Fabre <https://github.com/anahkiasen/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module IntroJs {
|
||||
declare namespace IntroJs {
|
||||
interface Step {
|
||||
intro: string;
|
||||
element?: string|HTMLElement|Element;
|
||||
@@ -53,9 +53,9 @@ declare module IntroJs {
|
||||
onafterchange(callback: (element: HTMLElement) => any): IntroJs;
|
||||
onchange(callback: (element: HTMLElement) => any): IntroJs;
|
||||
oncomplete(callback: Function): IntroJs;
|
||||
|
||||
|
||||
addHints(): IntroJs;
|
||||
|
||||
|
||||
onhintsadded(callback: Function): IntroJs;
|
||||
onhintclick(callback: (hintElement: HTMLElement, item: Step, stepId: number) => any): IntroJs;
|
||||
onhintclose(callback: (stepId: number) => any): IntroJs;
|
||||
|
||||
Reference in New Issue
Block a user