UNPKG

@alfresco/adf-core

Version:
13 lines (12 loc) 626 B
import { ChangeDetectorRef, OnInit } from '@angular/core'; import { DataTableCellComponent } from '../datatable-cell/datatable-cell.component'; import * as i0 from "@angular/core"; export declare class IconCellComponent extends DataTableCellComponent implements OnInit { private changeDetectorRef; icon: string; constructor(changeDetectorRef: ChangeDetectorRef); ngOnInit(): void; private validateIconValue; static ɵfac: i0.ɵɵFactoryDeclaration<IconCellComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IconCellComponent, "adf-icon-cell", never, {}, {}, never, never, true, never>; }