mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-05 00:30:35 +00:00
export Handsontable as a module
This commit is contained in:
Vendored
+6
@@ -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