Skip to main content
Version: Next

displayPropDefs

Home > @backstage/ui > displayPropDefs

Signature:

displayPropDefs: {
display: {
type: "enum";
className: string;
values: readonly ["none", "inline", "inline-block", "block"];
responsive: true;
};
}