@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
1 lines • 505 B
Source Map (JSON)
{"version":3,"file":"server.mjs","sources":["../../../src/theme-store/init/server.tsx"],"sourcesContent":["import { setTheme } from '..';\nimport type { CustomFlowbiteTheme } from '../../components/Flowbite';\n\ninterface Props {\n theme?: CustomFlowbiteTheme;\n}\n\nexport function ThemeServerInit({ theme }: Props) {\n setTheme(theme);\n\n return null;\n}\n"],"names":["ThemeServerInit","theme","setTheme"],"mappings":";AAOO,SAASA,EAAgB;AAAA,EAAEC,OAAAA;AAAa,GAAG;AAChDC,SAAAA,EAASD,CAAK,GAEP;AACT;"}