UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 214 B
import { FunctionComponent, PropsOf } from '@builder.io/qwik'; type ButtonGroupProps = PropsOf<'div'> & { outline?: boolean; }; export declare const ButtonGroup: FunctionComponent<ButtonGroupProps>; export {};