UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

6 lines (5 loc) 273 B
import { FlowbiteTheme } from '../../components/FlowbiteThemable/composables/use-flowbite-themable'; export type FlowbiteThemablePayload = { theme: FlowbiteTheme; }; export type ThemableChildrenApply = 'background' | 'disabled' | 'hover' | 'text' | 'border' | 'focus';