FieldLabelDefinition
Home > @backstage/ui > FieldLabelDefinition
Component definition for FieldLabel
Signature:
FieldLabelDefinition: {
readonly classNames: {
readonly root: "bui-FieldLabelWrapper";
readonly label: "bui-FieldLabel";
readonly secondaryLabel: "bui-FieldSecondaryLabel";
readonly description: "bui-FieldDescription";
};
}