@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
25 lines (24 loc) • 536 B
TypeScript
export declare const ratingGroupSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "item" | "itemIndicator" | "control" | "label", {
size: {
xs: {
item: {
textStyle: "sm";
};
};
sm: {
item: {
textStyle: "md";
};
};
md: {
item: {
textStyle: "xl";
};
};
lg: {
item: {
textStyle: "2xl";
};
};
};
}>;