UNPKG

@keislamoglu/react-conditional

Version:

Reduce the complexity of conditional rendering.

3 lines (2 loc) 140 B
import { Condition, Conditional } from './types'; export declare const useConditional: <T>(conditions: Condition<T>[]) => Conditional<T>;