Topol Spacer block
ts
interface TopolSpacerBlock extends TopolBlock {
tagName: "mj-spacer";
attributes: {
height: string;
containerWidth: number;
"container-background-color"?: string;
"css-class"?: "hide_on_mobile" | "hide_on_desktop";
};
}