vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 377 B
TypeScript
import { default as Progress } from './progress.vue';
import { ComponentPublicInstance } from 'vue';
export { Progress };
export { progressProps } from './props';
export type ProgressExposed = ComponentPublicInstance & InstanceType<typeof Progress>;
export type { ProgressProps, ProgressCProps } from './props';
export type { ProgressInfoType, ProgressSlots } from './symbol';