mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
change ButtonOptions text property to string
This commit is contained in:
Vendored
+1
-1
@@ -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