UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 199 B
import { QRL } from '@builder.io/qwik'; type SidebarCtaProps = { onClose$?: QRL<() => void>; }; export declare const SidebarCta: import("@builder.io/qwik").Component<SidebarCtaProps>; export {};