UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 255 B
import './style'; import { withInstall } from '../_util/withInstall'; import RadioButton from './radio-button'; export { radioButtonProps } from './props'; const FRadioButton = withInstall(RadioButton); export { FRadioButton, FRadioButton as default };