type AnyFunction = (...args: any[]) => any; /** * Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 * See RFC in https://github.com/reactjs/rfcs/pull/220 */ declare function useEventCallback(fn?: Fn): Fn; export { useEventCallback };