UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

7 lines (6 loc) 232 B
import type React from "react"; type RatingLabelPropsType = { children?: React.ReactNode; }; declare function RatingLabel({ children }: RatingLabelPropsType): import("react/jsx-runtime").JSX.Element; export default RatingLabel;