UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

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