UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

8 lines (7 loc) 247 B
import { PropsOf } from '@builder.io/qwik'; type SidebarItemGroupProps = PropsOf<'ul'> & { border?: boolean; title?: string; }; export declare const SidebarItemGroup: import("@builder.io/qwik").Component<SidebarItemGroupProps>; export {};