UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 214 B
/** * https://github.com/facebook/react/issues/14099#issuecomment-440013892 * @param {function} fn */ export declare function useEventCallback(fn: any): (...args: any[]) => any; export default useEventCallback;