UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 204 B
import { RatingProps } from "./types"; declare const Rating: import("react").MemoExoticComponent<({ value, onChange, variant, size, color, ...props }: RatingProps) => JSX.Element>; export default Rating;