UNPKG

ng-devui

Version:

DevUI components based on Angular

11 lines (10 loc) 645 B
import { DataTableCellEditTmplComponent } from './data-table-cell-edit-tmpl.component'; import { DataTableCellViewTmplComponent } from './data-table-cell-view-tmpl.component'; import * as i0 from "@angular/core"; export declare class DataTableCellTmplComponent { type: string; view: DataTableCellViewTmplComponent; edit: DataTableCellEditTmplComponent; static ɵfac: i0.ɵɵFactoryDeclaration<DataTableCellTmplComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DataTableCellTmplComponent, "d-cell-template", never, { "type": { "alias": "type"; "required": false; }; }, {}, ["view", "edit"], never, false, never>; }