vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 390 B
TypeScript
import { default as Avatar } from './avatar.vue';
import { ComponentPublicInstance } from 'vue';
export { Avatar };
export { avatarProps } from './props';
export type AvatarExposed = ComponentPublicInstance & InstanceType<typeof Avatar>;
export type { AvatarProps, AvatarCProps } from './props';
export type { AvatarObjectFit, AvatarOption, AvatarSlots, AvatarGroupSlots } from './symbol';