Skip to content

Topol Block

Topol Block is an interface for all blocks.

ts
interface TopolBlock {
  tagName: string;
  uid: string;
}