UNPKG

react18-loaders

Version:

A comprehensive library that unleashes the full potential of React 18 server components, providing customizable loading animation components alongside a fullscreen loader container. Designed to seamlessly integrate with React and Next.js.

9 lines (8 loc) 144 B
/** * * @returns */ export declare function useLoader(): { loading: boolean; setLoading: import("r18gs").SetStateAction<boolean>; };