UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

8 lines (7 loc) 388 B
import Radio from './Radio'; import { radioProps, radioEmits } from './props'; import type { IDefineProps, IDefineEmits, IDefinePlugin } from '../types/index'; export { radioProps, radioEmits } from './props'; export declare const ProRadio: IDefinePlugin<typeof Radio>; export type IRadioProps = IDefineProps<typeof radioProps>; export type IRadioEmits = IDefineEmits<typeof radioEmits>;