UNPKG

@cainiaofe/cn-ui-m

Version:
8 lines (7 loc) 343 B
import { connect, mapProps } from '@formily/react'; import { CnAsyncSelect as UiAsyncSelect, } from "../../components/cn-async-select"; import { mapSize, mapStatus } from "../__builtins__"; export var CnAsyncSelect = connect(UiAsyncSelect, mapProps(mapSize, mapStatus, { dataSource: true, })); CnAsyncSelect.displayName = 'CnAsyncSelect';