UNPKG

@taiga-ui/layout

Version:

A package with Taiga UI layout components

11 lines (10 loc) 594 B
import { type TuiCellOptions } from './cell.options'; import * as i0 from "@angular/core"; export declare class TuiCell { protected readonly options: TuiCellOptions; protected readonly nothing: undefined; size: TuiCellOptions['size'] | ''; height: TuiCellOptions['height']; static ɵfac: i0.ɵɵFactoryDeclaration<TuiCell, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCell, "[tuiCell]:not(ng-template)", never, { "size": { "alias": "tuiCell"; "required": false; }; "height": { "alias": "tuiCellHeight"; "required": false; }; }, {}, never, never, true, never>; }