import type { ElProps } from '..'; export interface AvatarListProps extends Partial { /** * Set Avatar list to stacked */ stacked?: boolean; }