UNPKG

@kadoui/react

Version:

Kadoui primitive components for React

7 lines 295 B
import { Dispatch, SetStateAction } from "react"; export type RatingContextT = { hoverValue: number | null; setHoverValue: Dispatch<SetStateAction<number | null>>; }; export declare const RatingContext: import("react").Context<RatingContextT>; //# sourceMappingURL=RatingContext.d.ts.map