UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 193 B
import { PropsOf } from '@builder.io/qwik'; type HrTextProps = PropsOf<'hr'> & { text: string; }; export declare const HrText: import("@builder.io/qwik").Component<HrTextProps>; export {};