UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

38 lines (37 loc) 894 B
export declare const editableSlotRecipe: import("../..").SlotRecipeDefinition<"root" | "control" | "label" | "input" | "area" | "preview" | "editTrigger" | "submitTrigger" | "cancelTrigger" | "textarea", { size: { sm: { root: { textStyle: "sm"; }; preview: { minH: "8"; }; input: { minH: "8"; }; }; md: { root: { textStyle: "sm"; }; preview: { minH: "9"; }; input: { minH: "9"; }; }; lg: { root: { textStyle: "md"; }; preview: { minH: "10"; }; input: { minH: "10"; }; }; }; }>;