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 Radio } from './radio.vue';
import { ComponentPublicInstance } from 'vue';
export { Radio };
export { radioProps } from './props';
export type RadioExposed = ComponentPublicInstance & InstanceType<typeof Radio>;
export type { RadioProps, RadioCProps } from './props';
export type { RadioGroupShape, RadioRawOption, RadioShape } from './symbol';