UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isClient = void 0; const isClient = () => { return typeof window !== 'undefined'; }; exports.isClient = isClient;