UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

21 lines (20 loc) 648 B
export declare const fieldSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "label" | "input" | "textarea" | "select" | "errorText" | "helperText" | "requiredIndicator", { orientation: { vertical: { root: { flexDirection: "column"; alignItems: "flex-start"; }; }; horizontal: { root: { flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; }; label: { flex: "0 0 var(--field-label-width, 80px)"; }; }; }; }>;