UNPKG

@extclp/vexip-ui

Version:

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

7 lines (6 loc) 312 B
import { default as Checkbox } from './checkbox.vue'; import { ComponentPublicInstance } from 'vue'; export { Checkbox }; export { checkboxProps } from './props'; export type CheckboxExposed = ComponentPublicInstance & InstanceType<typeof Checkbox>; export type { CheckboxProps, CheckboxCProps } from './props';