mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
change ButtonOptions text property to string
This commit is contained in:
2
jqueryui/jqueryui.d.ts
vendored
2
jqueryui/jqueryui.d.ts
vendored
@@ -86,7 +86,7 @@ declare module JQueryUI {
|
||||
disabled?: boolean;
|
||||
icons?: any;
|
||||
label?: string;
|
||||
text?: boolean;
|
||||
text?: string;
|
||||
click?: (event?: Event) => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user