UNPKG

vexip-ui

Version:

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

5 lines (4 loc) 195 B
export { default as Input } from './input'; export { inputProps } from './props'; export type { InputProps, InputCProps } from './props'; export type { InputType, InputExposed } from './symbol';