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) 299 B
/** * @internal 'dd/mm/yyyy'.length * Used in: * - {@link TuiInputDate} * - {@link TuiInputDateRange} * - {@link TuiInputDateTime} */ export declare const DATE_FILLER_LENGTH = 10; /** * @internal * Used in {@link TuiInputDateRange} */ export declare const DATE_RANGE_FILLER_LENGTH: number;