forgeplus-react/node_modules/ahooks/lib/useUpdateLayoutEffect/index.d.ts

4 lines
140 B
TypeScript

import { useLayoutEffect } from 'react';
declare const useUpdateLayoutEffect: typeof useLayoutEffect;
export default useUpdateLayoutEffect;