UNPKG

shineout

Version:
7 lines (6 loc) 240 B
import { AvatarGroupProps as UnStyledAvatarGroupProps } from '@sheinx/base'; export type BaseAvatarGroupProps = Omit<UnStyledAvatarGroupProps, 'jssStyle'>; /** * @title Avatar.Group */ export type AvatarGroupProps = BaseAvatarGroupProps;