UNPKG

@aliretail/react-materials-components

Version:
7 lines 255 B
import _Rating from "@alifd/next/es/rating"; import { connect } from '@formily/next'; import { mapStyledProps, mapCustomComponent } from "../shared"; export var Rating = connect({ getProps: mapStyledProps, getComponent: mapCustomComponent })(_Rating);