Skip to content

Topol Custom Block

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