UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

6 lines (5 loc) 217 B
import { PropsOf } from '@builder.io/qwik'; export type FooterLinkGroupProps = PropsOf<'ul'> & { col?: boolean; }; export declare const FooterLinkGroup: import("@builder.io/qwik").Component<FooterLinkGroupProps>;