import { connect, mapProps } from '@formily/react';
import { CnRadioGroup as UiCnRadioGroup, } from "../../components/cn-radio";
import { mapSize } from "../__builtins__";
export var CnRadioGroup = connect(UiCnRadioGroup, mapProps({
dataSource: true,
}, mapSize));