add buttons property to ButtonOptions

This commit is contained in:
error
2015-09-03 13:00:53 -05:00
parent 7c228c0930
commit 3cdf49b241
+1
View File
@@ -87,6 +87,7 @@ declare module JQueryUI {
icons?: any;
label?: string;
text?: boolean;
click?: (event?: Event) => void;
}
interface Button extends Widget, ButtonOptions {