UNPKG

@rbxts/pretty-react-hooks

Version:
7 lines (6 loc) 287 B
/** * Like `useEffect`, but the callback is deferred to the next Heartbeat frame. * @param callback The callback to run * @param dependencies Optional dependencies to trigger the effect */ export declare function useDeferEffect(callback: () => void, dependencies?: unknown[]): void;