mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Merge pull request #8409 from kMeillet/patch-1
Update materialize-css.d.ts
This commit is contained in:
4
materialize-css/materialize-css.d.ts
vendored
4
materialize-css/materialize-css.d.ts
vendored
@@ -428,8 +428,10 @@ interface JQuery {
|
||||
|
||||
/**
|
||||
* Open a modal programatically
|
||||
*
|
||||
* @name options the lean modal options
|
||||
*/
|
||||
openModal(): void;
|
||||
openModal(options?: Materialize.LeanModalOptions): void;
|
||||
|
||||
/**
|
||||
* Close a modal programatically
|
||||
|
||||
Reference in New Issue
Block a user