mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Move WizardOptions last
This commit is contained in:
+1
-1
@@ -42,12 +42,12 @@ interface Wizard {
|
||||
}
|
||||
|
||||
interface JQuery {
|
||||
bootstrapWizard(options?: WizardOptions): Wizard;
|
||||
bootstrapWizard(method: 'next' | 'previous' | 'first' | 'last' | 'back' | 'finish'): void;
|
||||
bootstrapWizard(method: 'currentIndex' | 'navigationLength'): number;
|
||||
bootstrapWizard(method: 'show', indexOrId: number | string): void;
|
||||
bootstrapWizard(method: 'enable' | 'disable' | 'display' | 'hide', index: number): void;
|
||||
bootstrapWizard(method: 'remove', index: number, removeTabPane?: boolean): void;
|
||||
bootstrapWizard(options?: WizardOptions): Wizard;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
|
||||
Reference in New Issue
Block a user