UNPKG

vexip-ui

Version:

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

7 lines (6 loc) 308 B
import { default as Skeleton } from './skeleton'; import { ComponentPublicInstance } from 'vue'; export { Skeleton }; export { skeletonProps } from './props'; export type SkeletonExposed = ComponentPublicInstance & InstanceType<typeof Skeleton>; export type { SkeletonProps, SkeletonCProps } from './props';