@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
23 lines (22 loc) • 509 B
TypeScript
export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "indicator", {
size: {
xs: {
root: {
boxSize: "6px";
borderWidth: "1px";
};
};
sm: {
root: {
boxSize: "8px";
borderWidth: "1px";
};
};
md: {
root: {
boxSize: "10px";
borderWidth: "1px";
};
};
};
}>;