Update handsontable.d.ts

This commit is contained in:
dennispg
2016-10-01 10:49:19 -05:00
committed by GitHub
parent ac05be6eed
commit 8a019fe8a2

View File

@@ -292,7 +292,7 @@ declare var Handsontable: {
};
declare module "handsontable" {
export = {
Handsontable: Handsontable
export var Handsontable: {
new (element: Element, options: ht.Options): ht.Methods;
};
}