UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

6 lines (5 loc) 236 B
import { PropsOf } from '@builder.io/qwik'; export type FooterTitleProps = PropsOf<'h2'> & { tag?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p'; }; export declare const FooterTitle: import("@builder.io/qwik").Component<FooterTitleProps>;