UNPKG

@payfit/unity-components

Version:

11 lines (10 loc) 446 B
import { AvatarProps } from '../avatar/Avatar.js'; type AvatarGroupContextValue = { defaultSize: NonNullable<AvatarProps['size']>; variant: 'pile' | 'stack'; }; export declare function AvatarGroupProvider({ defaultSize, variant, children, }: AvatarGroupContextValue & { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useAvatarGroupContext(): AvatarGroupContextValue | null; export {};