@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
7 lines (6 loc) • 312 B
TypeScript
import { default as Textarea } from './textarea.vue';
import { ComponentPublicInstance } from 'vue';
export { Textarea };
export { textareaProps } from './props';
export type TextareaExposed = ComponentPublicInstance & InstanceType<typeof Textarea>;
export type { TextareaProps, TextareaCProps } from './props';