Skip to main content
Version: Next

heightPropDefs

Home > @backstage/canon > heightPropDefs

Signature:

heightPropDefs: {
height: {
type: "string";
className: string;
customProperties: "--height"[];
responsive: true;
};
minHeight: {
type: "string";
className: string;
customProperties: "--min-height"[];
responsive: true;
};
maxHeight: {
type: "string";
className: string;
customProperties: "--max-height"[];
responsive: true;
};
}