tmp-hot-angular
Version:
Best Data Grid for Angular with Spreadsheet Look and Feel.
8 lines (7 loc) • 311 B
TypeScript
import Handsontable from 'handsontable/base';
export declare const HOT_DESTROYED_WARNING: string;
export declare class HotTableRegisterer {
getInstance(id: string): Handsontable;
registerInstance(id: string, instance: Handsontable): Map<string, Handsontable>;
removeInstance(id: string): boolean;
}