@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
35 lines (34 loc) • 891 B
TypeScript
export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "title" | "root" | "description" | "indicator", {
size: {
md: {
root: {
p: "0";
mt: "50px";
};
title: {
textStyle: "heading.md";
};
content: {
gap: {
base: "4";
lg: "6";
};
};
description: {
textStyle: {
base: "sm";
lg: "md";
};
};
indicator: {
_icon: {
width: {
base: "160px";
lg: "260px";
};
height: "auto";
};
};
};
};
}>;