UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

14 lines (13 loc) 335 B
/** * @internal 'dd.mm.yyyy'.length * Used in: * - {@link TuiInputDateComponent} * - {@link TuiInputDateRangeComponent} * - {@link TuiInputDateTimeComponent} */ export declare const DATE_FILLER_LENGTH = 10; /** * @internal * Used in {@link TuiInputDateRangeComponent} */ export declare const DATE_RANGE_FILLER_LENGTH: number;