1
0
Fork 0
react-playground/node_modules/@mui/system/esm/memoize/memoize.d.ts

1 line
No EOL
129 B
TypeScript

export default function memoize<ArgType = any, ReturnType = any>(fn: (arg: ArgType) => ReturnType): (arg: ArgType) => ReturnType;