vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 341 B
TypeScript
import { default as Switch } from './switch.vue';
import { ComponentPublicInstance } from 'vue';
export { Switch };
export { switchProps } from './props';
export type SwitchExposed = ComponentPublicInstance & InstanceType<typeof Switch>;
export type { SwitchProps, SwitchCProps } from './props';
export type { SwitchSlots } from './symbol';