mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
Merge pull request #23425 from vetik32/master
@types/bootstrap - adding 2nd (optional) modal command (show, toggle) parameter
This commit is contained in:
commit
ca4419057d
2
types/bootstrap/index.d.ts
vendored
2
types/bootstrap/index.d.ts
vendored
@ -87,7 +87,7 @@ interface TransitionEventNames {
|
||||
interface JQuery {
|
||||
modal(options?: ModalOptions): JQuery;
|
||||
modal(options?: ModalOptionsBackdropString): JQuery;
|
||||
modal(command: string): JQuery;
|
||||
modal(command: string, relatedTarget?: Element): JQuery;
|
||||
|
||||
dropdown(): JQuery;
|
||||
dropdown(command: string): JQuery;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user