UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 130 B
'use client'; import { setTheme } from '..'; export function ThemeClientInit({ theme }) { setTheme(theme); return null; }