mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
Add missing methods
This commit is contained in:
5
types/jquery.bootstrap.wizard/index.d.ts
vendored
5
types/jquery.bootstrap.wizard/index.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
// Type definitions for twitter-bootstrap-wizard
|
||||
// Project: https://github.com/VinceG/twitter-bootstrap-wizard
|
||||
// Definitions by: Blake Niemyjski <https://github.com/niemyjski>
|
||||
// Dennis Åhlin <https://github.com/dennisahlin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@@ -42,6 +43,10 @@ interface Wizard {
|
||||
|
||||
interface JQuery {
|
||||
bootstrapWizard(options?: WizardOptions): Wizard;
|
||||
bootstrapWizard(method: 'next' | 'previous' | 'first' | 'last' | 'back' | 'finish' | 'finish' | 'currentIndex' | 'navigationLength'): void;
|
||||
bootstrapWizard(method: 'show', indexOrId: number | string): void;
|
||||
bootstrapWizard(method: 'enable' | 'disable' | 'display' | 'hide', index: number): void;
|
||||
bootstrapWizard(method: 'remove', index: number, removeTabPane?: boolean): void;
|
||||
}
|
||||
|
||||
interface JQueryStatic {
|
||||
|
||||
Reference in New Issue
Block a user