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.
14 lines (13 loc) • 595 B
TypeScript
import { AgRendererComponent } from 'ag-grid-angular';
import * as i0 from "@angular/core";
export declare class CheckboxCellRendererComponent implements AgRendererComponent {
private params;
isCheckboxActive: boolean;
hideCheckbox: boolean;
showDisabled: boolean;
id: string;
agInit(params: any): void;
refresh(params: any): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxCellRendererComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxCellRendererComponent, "systelab-checkbox-cell", never, {}, {}, never, never, false, never>;
}