UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 275 B
import { CnSwitch as UiCnSwitch } from "../../components/cn-switch"; import { connect, mapProps } from '@formily/react'; import { mapSize, mapStatus } from '../__builtins__'; export var CnSwitch = connect(UiCnSwitch, mapProps({ value: 'checked', }, mapSize, mapStatus));