@handsontable/angular
Version:
Best Data Grid for Angular with Spreadsheet Look and Feel.
11 lines (10 loc) • 489 B
TypeScript
import Handsontable from 'handsontable/base';
import * as i0 from "@angular/core";
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;
static ɵfac: i0.ɵɵFactoryDeclaration<HotTableRegisterer, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HotTableRegisterer>;
}