UNPKG

@taiga-ui/kit

Version:
3 lines (2 loc) 217 B
export declare type TuiHandlerWithContext<I, O, C extends Object = {}> = (item: I, context?: C) => O; export declare type TuiBooleanHandlerWithContext<I, C extends Object = {}> = TuiHandlerWithContext<I, boolean, C>;