mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 10:42:51 +00:00
Missing dialog options.
This commit is contained in:
parent
4dbf079c03
commit
bae43aceef
2
jquerymobile/jquerymobile.d.ts
vendored
2
jquerymobile/jquerymobile.d.ts
vendored
@ -9,7 +9,9 @@
|
||||
interface JQueryMobileEvent { (event: Event, ui): void; }
|
||||
|
||||
interface DialogOptions {
|
||||
closeBtn?: string;
|
||||
closeBtnText?: string;
|
||||
corners?: boolean;
|
||||
initSelector?: string;
|
||||
overlayTheme?: string;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user