UNPKG

element-pro-components

Version:

a component library for Vue 3 base on element-plus

8 lines (7 loc) 418 B
import RadioButton from './RadioButton'; import type { IRadioProps, IRadioEmits } from '../Radio/index'; import type { IDefinePlugin } from '../types/index'; export { radioProps as radioButtonProps, radioEmits as radioButtonEmits, } from '../Radio/props'; export declare const ProRadioButton: IDefinePlugin<typeof RadioButton>; export type IRadioButtonProps = IRadioProps; export type IRadioButtonEmits = IRadioEmits;