UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

6 lines (5 loc) 263 B
import React from "react"; import { RatingIconsPropsType } from "./RatingIcons"; type RatingInputPropsType = Omit<RatingIconsPropsType, "editable">; export declare const RatingInput: ({ disabled, ...props }: RatingInputPropsType) => React.JSX.Element; export {};