UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (9 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThemeServerInit = void 0; const __1 = require(".."); function ThemeServerInit({ theme }) { (0, __1.setTheme)(theme); return null; } exports.ThemeServerInit = ThemeServerInit;