UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (8 loc) 195 B
'use client'; import { setTheme } from '../index.mjs'; function ThemeClientInit({ theme }) { setTheme(theme); return null; } export { ThemeClientInit }; //# sourceMappingURL=client.mjs.map