UNPKG

@keislamoglu/react-conditional

Version:

Reduce the complexity of conditional rendering.

3 lines (2 loc) 156 B
import { Condition, HandlerFn, When } from './types'; export declare const useCondition: <T = string>(when: When<T>, handler: HandlerFn) => Condition<T>;