mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Merge pull request #17915 from JoniJnm/patch-2
[@types/bootstrap] allow call affix command
This commit is contained in:
1
types/bootstrap/index.d.ts
vendored
1
types/bootstrap/index.d.ts
vendored
@@ -119,6 +119,7 @@ interface JQuery {
|
||||
typeahead(options?: TypeaheadOptions): JQuery;
|
||||
|
||||
affix(options?: AffixOptions): JQuery;
|
||||
affix(command: string): JQuery;
|
||||
|
||||
emulateTransitionEnd(duration: number): JQuery;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user