@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
25 lines (24 loc) • 714 B
TypeScript
export declare const popoverSlotRecipe: import("../..").SlotRecipeDefinition<"positioner" | "content" | "closeTrigger" | "title" | "description" | "indicator" | "header" | "body" | "footer" | "trigger" | "arrow" | "arrowTip" | "anchor", {
size: {
xs: {
content: {
"--popover-padding": "spacing.3";
};
};
sm: {
content: {
"--popover-padding": "spacing.4";
};
};
md: {
content: {
"--popover-padding": "spacing.5";
};
};
lg: {
content: {
"--popover-padding": "spacing.6";
};
};
};
}>;