Files
chuanggao-website/client/node_modules/element-plus/lib/components/avatar/src/constants.d.ts

11 lines
374 B
TypeScript
Raw Normal View History

2026-05-12 16:53:18 +08:00
import { AvatarProps } from "./avatar.js";
import { InjectionKey } from "vue";
//#region ../../packages/components/avatar/src/constants.d.ts
interface AvatarGroupContext {
size?: AvatarProps['size'];
shape?: AvatarProps['shape'];
}
declare const avatarGroupContextKey: InjectionKey<AvatarGroupContext>;
//#endregion
export { AvatarGroupContext, avatarGroupContextKey };