change ButtonOptions text property to string

This commit is contained in:
error
2015-09-03 12:37:36 -05:00
parent 3cdf49b241
commit 337a1387f0

View File

@@ -86,7 +86,7 @@ declare module JQueryUI {
disabled?: boolean;
icons?: any;
label?: string;
text?: boolean;
text?: string;
click?: (event?: Event) => void;
}