UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

4 lines (3 loc) 343 B
import { type TuiDay, type TuiDayLike, TuiDayRange } from '@taiga-ui/cdk/date-time'; import { type TuiBooleanHandler } from '@taiga-ui/cdk/types'; export declare const calculateDisabledItemHandler: (disabledItemHandler: TuiBooleanHandler<TuiDay>, value: TuiDay | TuiDayRange | null, minLength: TuiDayLike | null) => TuiBooleanHandler<TuiDay>;