UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

9 lines (8 loc) 448 B
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types'; import * as i0 from "@angular/core"; export declare class TuiTitle { protected readonly nothing: undefined; size: TuiSizeL | TuiSizeS | ''; static ɵfac: i0.ɵɵFactoryDeclaration<TuiTitle, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTitle, "[tuiTitle]", never, { "size": { "alias": "tuiTitle"; "required": false; }; }, {}, never, never, true, never>; }