Skip to main content
Version: Next

widthPropDefs

Home > @backstage/canon > widthPropDefs

Signature:

widthPropDefs: {
width: {
type: "string";
className: string;
customProperties: "--width"[];
responsive: true;
};
minWidth: {
type: "string";
className: string;
customProperties: "--min-width"[];
responsive: true;
};
maxWidth: {
type: "string";
className: string;
customProperties: "--max-width"[];
responsive: true;
};
}