UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 350 B
import { default as ImageGroup } from '../image/image-group.vue'; import { ComponentPublicInstance } from 'vue'; export { ImageGroup }; export { imageGroupProps } from '../image/props'; export type ImageGroupExposed = ComponentPublicInstance & InstanceType<typeof ImageGroup>; export type { ImageGroupProps, ImageGroupCProps } from '../image/props';