Files
terminal/web/node_modules/@ant-design/pro-utils/es/hooks/useRefFunction/index.d.ts
T

3 lines
152 B
TypeScript

declare const useRefFunction: <T extends (...args: any) => any>(reFunction: T) => (...rest: Parameters<T>) => ReturnType<T>;
export { useRefFunction };