UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

8 lines (7 loc) 241 B
import { Component, PropsOf } from '@builder.io/qwik'; import { IconProps } from 'flowbite-qwik-icons'; type HrIconProps = PropsOf<'hr'> & { icon?: Component<IconProps>; }; export declare const HrIcon: Component<HrIconProps>; export {};