UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 279 B
/** * Checks if the code is running in a client-side environment by verifying the existence of the window object * * @returns {boolean} Returns true if running in a browser environment, false if running in a server environment */ export declare function isClient(): boolean;