UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 237 B
import { FlowbiteTheme } from './composables/use-flowbite-themable'; type FlowbiteChildeProps = { theme?: FlowbiteTheme; }; export declare const FlowbiteThemable: import("@builder.io/qwik").Component<FlowbiteChildeProps>; export {};