UNPKG

@ant-design/pro-utils

Version:
3 lines (2 loc) 152 B
declare const useRefFunction: <T extends (...args: any) => any>(reFunction: T) => (...rest: Parameters<T>) => ReturnType<T>; export { useRefFunction };