react-loadly
Version:
A professional React loaders package with high-performance, customizable loader components
10 lines • 523 B
TypeScript
import { IUseLoaderStateOptions, IUseLoaderStateReturn } from "../@types";
/**
* Custom React hook for managing loader state with advanced features
* Provides centralized loading state management with timeout, retry, and progress tracking
*
* @param options - Configuration options for the loader state
* @returns Object containing state and methods to control the loader
*/
export declare const useLoaderState: (options?: IUseLoaderStateOptions) => IUseLoaderStateReturn;
//# sourceMappingURL=useLoaderState.d.ts.map