import { OnChanges, SimpleChanges } from '@angular/core'; import { Grid } from '../../interfaces'; import { AttachPlugins } from './attachPlugins.interface'; import * as i0 from "@angular/core"; /** * Directive used for attaching external plugins to grid */ export declare class AttachPluginsDirective implements OnChanges { protected grid: Grid; /** * Object storing external plugins */ plugins: AttachPlugins; /** * Automatically initialize grid after new instances are set */ autoInitialize: boolean; /** * Indication whether perform force reinitialization */ forceReinitialization: boolean; constructor(grid: Grid); /** * Called when input value changes */ ngOnChanges(changes: SimpleChanges): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=attachPlugins.directive.d.ts.map