UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

45 lines (44 loc) 1.01 kB
export declare const segmentGroupSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "item" | "indicator" | "label" | "itemText" | "itemControl", { size: { xs: { root: { height: "6"; }; item: { textStyle: "xs"; px: "3"; gap: "1"; }; }; sm: { root: { height: "8"; }; item: { textStyle: "sm"; px: "4"; gap: "2"; }; }; md: { root: { height: "10"; }; item: { textStyle: "sm"; px: "4"; gap: "2"; }; }; lg: { root: { height: "10"; }; item: { textStyle: "md"; px: "5"; gap: "3"; }; }; }; }>;