@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
25 lines (24 loc) • 537 B
TypeScript
export declare const hoverCardSlotRecipe: import("../..").SlotRecipeDefinition<"positioner" | "content" | "trigger" | "arrow" | "arrowTip", {
size: {
xs: {
content: {
padding: "3";
};
};
sm: {
content: {
padding: "4";
};
};
md: {
content: {
padding: "5";
};
};
lg: {
content: {
padding: "6";
};
};
};
}>;