mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 03:30:09 +00:00
export Handsontable as a module
This commit is contained in:
6
handsontable/handsontable.d.ts
vendored
6
handsontable/handsontable.d.ts
vendored
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user