UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

9 lines (6 loc) 239 B
import { jsx } from 'react/jsx-runtime'; function RatingLabel({ children }) { return jsx("div", { className: "cobalt-rating__label", children: children }); } export { RatingLabel as default }; //# sourceMappingURL=RatingLabel.js.map