flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
1 lines • 1.1 kB
Source Map (JSON)
{"version":3,"file":"index.cjs","sources":["../../../../src/theme-store/init/index.tsx"],"sourcesContent":["import type { CustomFlowbiteTheme } from \"../../components/Flowbite\";\nimport type { ThemeMode } from \"../../hooks/use-theme-mode\";\nimport { ThemeClientInit } from \"./client\";\nimport { ThemeModeInit } from \"./mode\";\nimport { ThemeServerInit } from \"./server\";\n\ninterface Props {\n mode?: ThemeMode;\n theme?: CustomFlowbiteTheme;\n}\n\nexport function ThemeInit({ mode, theme }: Props) {\n return (\n <>\n <ThemeModeInit mode={mode} />\n <ThemeServerInit theme={theme} />\n <ThemeClientInit theme={theme} />\n </>\n );\n}\n"],"names":["mode","jsxs","Fragment","jsx","ThemeModeInit","ThemeServerInit","ThemeClientInit"],"mappings":";;;;;;;AAKO,SAAS,SAAS,CAAC,QAAEA,MAAI,EAAE,KAAK,EAAE,EAAE;AAC3C,EAAE,uBAAuBC,eAAI,CAACC,mBAAQ,EAAE,EAAE,QAAQ,EAAE;AACpD,oBAAoBC,cAAG,CAACC,kBAAa,EAAE,QAAEJ,MAAI,EAAE,CAAC;AAChD,oBAAoBG,cAAG,CAACE,sBAAe,EAAE,EAAE,KAAK,EAAE,CAAC;AACnD,oBAAoBF,cAAG,CAACG,sBAAe,EAAE,EAAE,KAAK,EAAE,CAAC;AACnD,GAAG,EAAE,CAAC,CAAC;AACP;;;;"}