UNPKG

rsuite

Version:

A suite of react components

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