export Handsontable as a module

This commit is contained in:
dennispg
2016-10-01 10:41:44 -05:00
committed by GitHub
parent 2c65d5ca72
commit 45d59849e7

View File

@@ -290,3 +290,9 @@ declare namespace ht {
declare var Handsontable: {
new (element: Element, options: ht.Options): ht.Methods;
};
declare module "handsontable" {
export var Handsontable: {
new (element: Element, options: ht.Options): ht.Methods;
};
}