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) 88 B
export declare const useDelayedLoading: (isLoading: boolean, delay: number) => boolean;