UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

8 lines (7 loc) 372 B
import { type FactoryProvider, InjectionToken } from '@angular/core'; export declare const TUI_ICON_REGISTRY: InjectionToken<Record<string, string>>; /** * @deprecated: use {@link TUI_ICON_REGISTRY} */ export declare const TUI_ICON_STARTS: InjectionToken<Record<string, string>>; export declare function tuiIconsProvider(icons: Record<string, string>): FactoryProvider;