UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 328 B
import type { SFCWithInstall } from '../_util/interface'; import RadioGroup from './radio-group.vue'; type RadioGroupType = SFCWithInstall<typeof RadioGroup>; export { radioGroupProps } from './props'; export type { RadioGroupProps } from './props'; export declare const FRadioGroup: RadioGroupType; export default FRadioGroup;