UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 333 B
import type { SFCWithInstall } from '../_util/interface'; import RadioButton from './radio-button'; type RadioButtonType = SFCWithInstall<typeof RadioButton>; export { radioButtonProps } from './props'; export type { RadioButtonProps } from './props'; export declare const FRadioButton: RadioButtonType; export default FRadioButton;