UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

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