UNPKG

@extclp/vexip-ui

Version:

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

7 lines (6 loc) 320 B
import { default as Highlight } from './highlight.vue'; import { ComponentPublicInstance } from 'vue'; export { Highlight }; export { highlightProps } from './props'; export type HighlightExposed = ComponentPublicInstance & InstanceType<typeof Highlight>; export type { HighlightProps, HighlightCProps } from './props';