@aliretail/react-materials-components
Version:
12 lines • 310 B
JavaScript
import _Range from "@alifd/next/es/range";
import { connect } from '@formily/next';
import { mapStyledProps, mapCustomComponent } from "../shared";
export var Range = connect({
defaultProps: {
style: {
width: 320
}
},
getProps: mapStyledProps,
getComponent: mapCustomComponent
})(_Range);