Skip to content

Topol HTML/Raw block

ts
interface TopolRawBlock extends TopolBlock {
  tagName: "mj-raw";
  attributes: {
    containerWidth: number;
  };
  content: string;
}