@taiga-ui/layout
Version:
A package with Taiga UI layout components
21 lines (20 loc) • 1.41 kB
TypeScript
import { type TuiSizeXXL, type TuiSizeXXS } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
export declare const TUI_HEADER_OPTIONS: import("@angular/core").InjectionToken<{
size: TuiSizeXXL | TuiSizeXXS | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
}>, tuiHeaderOptionsProvider: (item: Partial<{
size: TuiSizeXXL | TuiSizeXXS | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
}> | import("@angular/core").ProviderToken<Partial<{
size: TuiSizeXXL | TuiSizeXXS | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
}>> | (() => Partial<{
size: TuiSizeXXL | TuiSizeXXS | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
}>)) => import("@angular/core").FactoryProvider;
export declare class TuiHeader {
protected readonly options: {
size: "m" | "l" | "xl" | "xxl" | "s" | "xs" | "xxs" | "body-l" | "body-m" | "body-xl" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
};
protected readonly nothing: undefined;
size: TuiSizeXXL | TuiSizeXXS | '' | 'body-l' | 'body-m' | 'body-xl' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
static ɵfac: i0.ɵɵFactoryDeclaration<TuiHeader, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiHeader, "[tuiHeader]", never, { "size": { "alias": "tuiHeader"; "required": false; }; }, {}, never, never, true, never>;
}