UNPKG

@taiga-ui/layout

Version:

A package with Taiga UI layout components

20 lines (19 loc) 862 B
import * as i0 from "@angular/core"; export declare const TUI_CARD_OPTIONS: import("@angular/core").InjectionToken<{ space: "normal" | "compact"; }>, tuiCardOptionsProvider: (item: Partial<{ space: "normal" | "compact"; }> | import("@angular/core").ProviderToken<Partial<{ space: "normal" | "compact"; }>> | (() => Partial<{ space: "normal" | "compact"; }>)) => import("@angular/core").FactoryProvider; export declare class TuiCardLarge { protected readonly options: { space: "normal" | "compact"; }; protected readonly nothing: undefined; space: '' | 'compact' | 'normal'; static ɵfac: i0.ɵɵFactoryDeclaration<TuiCardLarge, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiCardLarge, "[tuiCardLarge]", never, { "space": { "alias": "tuiCardLarge"; "required": false; }; }, {}, never, never, true, never>; }