From 3cdf49b241fff4673f96ebf031eb37c0ac4fc605 Mon Sep 17 00:00:00 2001 From: error Date: Thu, 3 Sep 2015 12:35:32 -0500 Subject: [PATCH] add buttons property to ButtonOptions --- jqueryui/jqueryui.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index d5e60cd0de..dbf6161b55 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -87,6 +87,7 @@ declare module JQueryUI { icons?: any; label?: string; text?: boolean; + click?: (event?: Event) => void; } interface Button extends Widget, ButtonOptions {