UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 211 B
import type { SFCWithInstall } from '../utils/types'; import RadioButton from '../el-radio/src/radio-button.vue'; declare const _RadioButton: SFCWithInstall<typeof RadioButton>; export default _RadioButton;