vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 365 B
TypeScript
import { default as Button } from './button';
import { ComponentPublicInstance } from 'vue';
export { Button };
export { buttonProps } from './props';
export type ButtonExposed = ComponentPublicInstance & InstanceType<typeof Button>;
export type { ButtonProps, ButtonCProps } from './props';
export type { ButtonType, ButtonAttrType, ButtonSlots } from './symbol';