@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 433 B
TypeScript
import { default as NumberInput } from './number-input.vue';
import { ComponentPublicInstance } from 'vue';
export { NumberInput };
export { numberInputProps } from './props';
export type NumberInputExposed = ComponentPublicInstance & InstanceType<typeof NumberInput>;
export type { NumberInputProps, NumberInputCProps } from './props';
export type { NumberInputControlType, NumberInputEmptyType, NumberInputSlots } from './symbol';