UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

4 lines (3 loc) 208 B
export type ToastAlign = 'start' | 'center' | 'end'; export type ToastType = 'success' | 'warning' | 'danger' | 'empty'; export type ToastPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';