UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

38 lines (37 loc) 834 B
export declare const fieldsetSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "content" | "errorText" | "helperText" | "legend", { size: { sm: { root: { spaceY: "2"; }; content: { gap: "1.5"; }; legend: { textStyle: "sm"; }; }; md: { root: { spaceY: "4"; }; content: { gap: "4"; }; legend: { textStyle: "sm"; }; }; lg: { root: { spaceY: "6"; }; content: { gap: "4"; }; legend: { textStyle: "md"; }; }; }; }>;