@handsontable/angular
Version:
Best Data Grid for Angular with Spreadsheet Look and Feel.
12 lines (11 loc) • 664 B
TypeScript
import { SimpleChanges } from '@angular/core';
import { HotTableComponent } from './hot-table.component';
import { HotColumnComponent } from './hot-column.component';
import Handsontable from 'handsontable/base';
import * as i0 from "@angular/core";
export declare class HotSettingsResolver {
mergeSettings(component: HotColumnComponent | HotTableComponent | Handsontable.GridSettings): Handsontable.GridSettings | Handsontable.ColumnSettings;
prepareChanges(changes: SimpleChanges): Handsontable.GridSettings;
static ɵfac: i0.ɵɵFactoryDeclaration<HotSettingsResolver, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HotSettingsResolver>;
}