Variable FieldLabelDefinitionConst
FieldLabelDefinition: {
classNames: {
description: "bui-FieldDescription";
label: "bui-FieldLabel";
root: "bui-FieldLabelWrapper";
secondaryLabel: "bui-FieldSecondaryLabel";
};
propDefs: {
className: {};
description: {};
htmlFor: {};
id: {};
label: {};
secondaryLabel: {};
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: {
description: "bui-FieldDescription";
label: "bui-FieldLabel";
root: "bui-FieldLabelWrapper";
secondaryLabel: "bui-FieldSecondaryLabel";
}
ReadonlypropDefs: {
className: {};
description: {};
htmlFor: {};
id: {};
label: {};
secondaryLabel: {};
}
styles: { readonly [key: string]: string }
Component definition for FieldLabel