@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
20 lines (19 loc) • 468 B
TypeScript
export declare const statSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "indicator" | "label" | "valueText" | "helpText" | "valueUnit", {
size: {
sm: {
valueText: {
textStyle: "xl";
};
};
md: {
valueText: {
textStyle: "2xl";
};
};
lg: {
valueText: {
textStyle: "3xl";
};
};
};
}>;