UNPKG

react-box-overflow

Version:

Headless UI for automatically collapsing boxes when overflow in React.

8 lines (7 loc) 248 B
/** * @author shunzi <tobyzsj@gmail.com> * @date 2024-03-29 16:53:37 */ type AnyFunction = (...param: any) => any; export declare function useRefFn<FN extends AnyFunction>(fn: FN): (...params: Parameters<FN>) => void; export {};