创高项目初始化
This commit is contained in:
11
client/node_modules/element-plus/lib/components/avatar/src/constants.d.ts
generated
vendored
Normal file
11
client/node_modules/element-plus/lib/components/avatar/src/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user