UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

11 lines (10 loc) 311 B
import { jsx } from "react/jsx-runtime"; function RatingLabel({ children }) { return /*#__PURE__*/ jsx("div", { className: "cobalt-rating__label", children: children }); } const Rating_RatingLabel = RatingLabel; export default Rating_RatingLabel; //# sourceMappingURL=RatingLabel.js.map