UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 116 B
import { setTheme } from '..'; export function ThemeServerInit({ theme }) { setTheme(theme); return null; }