import { withInstall } from '../utils'; import _Radio from './Radio'; export const Radio = withInstall(_Radio); export default Radio;