@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
32 lines (31 loc) • 798 B
TypeScript
export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"label" | "circle" | "root" | "valueText" | "circleTrack" | "circleRange", {
size: {
sm: {
circle: {
'--size': "20px";
'--thickness': "2px";
};
valueText: {
textStyle: "xs";
};
};
md: {
circle: {
'--size': "32px";
'--thickness': "3px";
};
valueText: {
textStyle: "xs";
};
};
lg: {
circle: {
'--size': "80px";
'--thickness': "8px";
};
valueText: {
textStyle: "sm";
};
};
};
}>;