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);