mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Update handsontable.d.ts
This commit is contained in:
4
handsontable/handsontable.d.ts
vendored
4
handsontable/handsontable.d.ts
vendored
@@ -292,7 +292,7 @@ declare var Handsontable: {
|
||||
};
|
||||
|
||||
declare module "handsontable" {
|
||||
export = {
|
||||
Handsontable: Handsontable
|
||||
export var Handsontable: {
|
||||
new (element: Element, options: ht.Options): ht.Methods;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user