UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (7 loc) 181 B
import { setTheme } from '../index.mjs'; function ThemeServerInit({ theme }) { setTheme(theme); return null; } export { ThemeServerInit }; //# sourceMappingURL=server.mjs.map