Files
tautkan-kanban/client/node_modules/@dnd-kit/utilities/dist/hooks/useIsomorphicLayoutEffect.d.ts
T
Power BI Dev 88c7c653c2 first init
2026-08-17 10:52:09 +07:00

7 lines
311 B
TypeScript

import { useLayoutEffect } from 'react';
/**
* A hook that resolves to useEffect on the server and useLayoutEffect on the client
* @param callback {function} Callback function that is invoked when the dependencies of the hook change
*/
export declare const useIsomorphicLayoutEffect: typeof useLayoutEffect;