mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
add buttons property to ButtonOptions
This commit is contained in:
Vendored
+1
@@ -87,6 +87,7 @@ declare module JQueryUI {
|
||||
icons?: any;
|
||||
label?: string;
|
||||
text?: boolean;
|
||||
click?: (event?: Event) => void;
|
||||
}
|
||||
|
||||
interface Button extends Widget, ButtonOptions {
|
||||
|
||||
Reference in New Issue
Block a user