UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 200 B
import { ToastPosition } from './toast-type'; type ToastListProps = { position?: ToastPosition; }; export declare const ToastList: import("@builder.io/qwik").Component<ToastListProps>; export {};