@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
27 lines (26 loc) • 670 B
TypeScript
export declare const recipe: import('@chakra-ui/react').SlotRecipeDefinition<"content" | "item" | "separator" | "indicator" | "itemText" | "itemGroupLabel" | "itemCommand", {
variant: {
subtle: {
item: {
_highlighted: {
bg: "selected.control.bg";
};
};
};
};
size: {
md: {
content: {
minW: "150px";
py: "2";
px: "0";
};
item: {
gap: "2";
textStyle: "md";
py: "2";
px: "4";
};
};
};
}>;