UNPKG

refun

Version:

A collection of React Hook-enabled functions that compose harmoniously with each other. Similar to `recompose`, but:

7 lines (6 loc) 212 B
export declare type TMapFocused = { isFocused?: boolean; onFocus?: () => void; onBlur?: () => void; }; export declare const mapFocused: <P extends TMapFocused>(props: P) => P & Required<TMapFocused>;