UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

4 lines (3 loc) 301 B
import { FlowbiteTheme } from '../FlowbiteThemable/composables/use-flowbite-themable'; export type SpinnerColor = FlowbiteTheme | 'default' | 'gray' | 'yellow' | 'white'; export type SpinnerSize = '0' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';