UNPKG

liber-salti

Version:

Saltí - Liber Design System

12 lines (11 loc) 230 B
/// <reference types="react" /> export interface AvatarGroupProps { /** * The avatars to stack. */ children?: React.ReactNode; /** * Max avatars to show before +x. */ max?: number; }