Variable TextAreaFieldDefinitionConst
TextAreaFieldDefinition: {
bg: "consumer";
classNames: { root: "bui-TextAreaField"; textArea: "bui-TextArea" };
propDefs: {
className: {};
description: {};
label: {};
placeholder: {};
rows: { default: 3 };
secondaryLabel: {};
size: { dataAttribute: true; default: "small" };
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
Readonlybg: "consumer"
ReadonlyclassNames: { root: "bui-TextAreaField"; textArea: "bui-TextArea" }
ReadonlypropDefs: {
className: {};
description: {};
label: {};
placeholder: {};
rows: { default: 3 };
secondaryLabel: {};
size: { dataAttribute: true; default: "small" };
}
styles: { readonly [key: string]: string }
Component definition for TextAreaField