UNPKG

react-when-ready

Version:

React tools for content readiness orchestration. Provides context providers, hooks and components to coordinate smooth transitions when async content becomes available

2 lines (1 loc) 80 B
export declare const useDelayedValue: <T>(value: T, delay: number) => T | null;