UNPKG

@aliretail/react-materials-components

Version:
10 lines 310 B
import _TreeSelect from "@alifd/next/es/tree-select"; import { connect } from '@formily/next'; import { mapStyledProps, mapTextComponent } from "../shared"; export var TreeSelect = connect({ getProps: mapStyledProps, getComponent: mapTextComponent, defaultProps: { hasClear: true } })(_TreeSelect);