@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 328 B
TypeScript
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;