UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

7 lines (6 loc) 470 B
export interface TuiFluidTypographyOptions { readonly min: number; readonly max: number; } export declare const TUI_FLUID_TYPOGRAPHY_DEFAULT_OPTIONS: TuiFluidTypographyOptions; export declare const TUI_FLUID_TYPOGRAPHY_OPTIONS: import("@angular/core").InjectionToken<TuiFluidTypographyOptions>, tuiFluidTypographyOptionsProvider: (item: Partial<TuiFluidTypographyOptions> | (() => Partial<TuiFluidTypographyOptions>)) => import("@angular/core").FactoryProvider;