UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

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