UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

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