UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 222 B
import { FunctionComponent, PropsOf } from '@builder.io/qwik'; export type FooterProps = PropsOf<'footer'> & { bgDark?: boolean; container?: boolean; }; export declare const Footer: FunctionComponent<FooterProps>;