UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 282 B
import type { SFCWithInstall } from '../_util/interface'; import Radio from './radio.vue'; type RadioType = SFCWithInstall<typeof Radio>; export { radioProps } from './props'; export type { RadioProps } from './props'; export declare const FRadio: RadioType; export default FRadio;