UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 207 B
import { PropsOf } from '@builder.io/qwik'; type BannerProps = PropsOf<'div'> & { sticky?: 'top' | 'bottom'; }; export declare const Banner: import("@builder.io/qwik").Component<BannerProps>; export {};