UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

7 lines (6 loc) 268 B
import { type FactoryProvider, InjectionToken, type Type } from '@angular/core'; /** * A component for mobile data picker */ export declare const TUI_MOBILE_CALENDAR: InjectionToken<Type<unknown>>; export declare const TUI_MOBILE_CALENDAR_PROVIDER: FactoryProvider;