UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 273 B
import { CnSearch as UiCnSearch } from "../../components/cn-search"; import { connect, mapProps } from '@formily/react'; import { mapSize, mapStatus } from '../__builtins__'; export var CnSearch = connect(UiCnSearch, mapProps({ value: 'value', }, mapSize, mapStatus));