UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

7 lines (6 loc) 230 B
import { PropsOf } from '@builder.io/qwik'; type AvatarGroupCounterProps = PropsOf<'a'> & { total?: number; }; export declare const AvatarGroupCounter: import("@builder.io/qwik").Component<AvatarGroupCounterProps>; export {};