UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (8 loc) 213 B
'use strict'; var index = require('../index.cjs'); function ThemeServerInit({ theme }) { index.setTheme(theme); return null; } exports.ThemeServerInit = ThemeServerInit; //# sourceMappingURL=server.cjs.map