useConstant.d.ts 97 B

12
  1. export default function useConstant<T>(fn: () => T): T;
  2. //# sourceMappingURL=useConstant.d.ts.map