UNPKG

element-plus

Version:

A Component Library for Vue3.0

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