systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
12 lines (11 loc) • 521 B
TypeScript
import { AgEditorComponent } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class SpinnerCellEditorComponent implements AgEditorComponent {
params: any;
id: string;
agInit(params: any): void;
getValue(): any;
refresh(params: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerCellEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerCellEditorComponent, "systelab-spinner-cell-editor", never, {}, {}, never, never, false, never>;
}