@clr/angular
Version:
Angular components for Clarity
10 lines (9 loc) • 484 B
TypeScript
import { Selection } from './providers/selection';
import * as i0 from "@angular/core";
export declare class ClrDatagridSelectionCellDirective {
private readonly selection;
constructor(selection: Selection);
private onSelectionCellClick;
static ɵfac: i0.ɵɵFactoryDeclaration<ClrDatagridSelectionCellDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ClrDatagridSelectionCellDirective, ".datagrid-select", never, {}, {}, never, never, false, never>;
}