UNPKG

@aliretail/react-materials-components

Version:
7 lines 263 B
import _Transfer from "@alifd/next/es/transfer"; import { connect } from '@formily/next'; import { mapStyledProps, mapCustomComponent } from "../shared"; export var Transfer = connect({ getProps: mapStyledProps, getComponent: mapCustomComponent })(_Transfer);