@serendie/ui
Version:
Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric
14 lines (13 loc) • 546 B
TypeScript
/**
* 共通フォームスタイルレシピ
* TextField、DatePicker、Select、TextAreaなどのフォームコンポーネントで共通のスタイルを定義
*/
export declare const textFieldRecipe: import('../../styled-system/types').SlotRecipeRuntimeFn<"icon" | "description" | "input" | "label" | "root" | "labelRequired" | "inputWrapper" | "leftContent" | "rightContent" | "messageField" | "invalidMessage", {
fullWidth: {
true: {
root: {
width: "100%";
};
};
};
}>;