Variable tooltipRecipeConst
tooltipRecipe: SlotRecipeRuntimeFn<
"content"
| "arrow-tip",
{
type: {
default: {
content: { background: "neutral.3"; rounded: "sm"; color: "black" };
"arrow-tip": { background: "neutral.3!" };
};
dropdown: {
content: {
background: "black";
rounded: "xl";
color: "white";
fontWeight: "medium";
px: "2";
py: "1.5";
maxW: "full";
};
"arrow-tip": { background: "black!" };
};
};
},
> = ...