reka-ui
Version:
Vue port for Radix UI Primitives.
15 lines (14 loc) • 319 B
text/typescript
export {
default as AvatarFallback,
type AvatarFallbackProps,
} from './AvatarFallback.vue'
export {
default as AvatarImage,
type AvatarImageEmits,
type AvatarImageProps,
} from './AvatarImage.vue'
export {
default as AvatarRoot,
type AvatarRootProps,
injectAvatarRootContext,
} from './AvatarRoot.vue'