@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
37 lines (36 loc) • 873 B
TypeScript
export declare const segmentGroupSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "item" | "indicator" | "label" | "itemText" | "itemControl", {
size: {
xs: {
item: {
textStyle: "xs";
px: "3";
gap: "1";
height: "6";
};
};
sm: {
item: {
textStyle: "sm";
px: "4";
gap: "2";
height: "8";
};
};
md: {
item: {
textStyle: "sm";
px: "4";
gap: "2";
height: "10";
};
};
lg: {
item: {
textStyle: "md";
px: "4.5";
gap: "3";
height: "11";
};
};
};
}>;