UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

14 lines (11 loc) 290 B
'use client'; import { setThemeMode } from '../index.mjs'; import { useThemeMode } from '../../hooks/use-theme-mode.mjs'; function ThemeModeInit({ mode }) { if (mode) setThemeMode(mode); useThemeMode(); return null; } export { ThemeModeInit }; //# sourceMappingURL=mode.mjs.map