UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 270 B
import type { InjectionKey } from 'vue'; import type { AvatarProps } from './avatar'; export interface AvatarGroupContext { size?: AvatarProps['size']; shape?: AvatarProps['shape']; } export declare const avatarGroupContextKey: InjectionKey<AvatarGroupContext>;