UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 249 B
import { ComponentProps, FC } from "react"; export type Props = ComponentProps<"div"> & { a11yText?: string; value?: string; }; declare const EbayStarRating: FC<Props>; export default EbayStarRating; //# sourceMappingURL=star-rating.d.ts.map