flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
1 lines • 528 B
Source Map (JSON)
{"version":3,"file":"client.mjs","sources":["../../../../src/theme-store/init/client.tsx"],"sourcesContent":["\"use client\";\n\nimport { setTheme } from \"..\";\nimport type { CustomFlowbiteTheme } from \"../../components/Flowbite\";\n\ninterface Props {\n theme?: CustomFlowbiteTheme;\n}\n\nexport function ThemeClientInit({ theme }: Props) {\n setTheme(theme);\n\n return null;\n}\n"],"names":[],"mappings":";;AAGO,SAAS,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;AAC3C,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC;AAClB,EAAE,OAAO,IAAI,CAAC;AACd;;;;"}