{
  "<Divider>": {
    "renderer": "./src/Divider.marko",
    "@align": {
      "type": "string",
      "enum": ["left", "right", "center"]
    },
    "@content": {
      "type": "string"
    },
    "@orientation": {
      "type": "string",
      "enum": ["horizontal", "vertical"]
    },
    "@tag": "string"
  },
  "<Tab>": {
    "renderer": "./src/Tab.marko",
    "@block": "boolean"
  },
  "<TabItem>": {
    "renderer": "./src/TabItem.marko",
    "@active": "boolean",
    "@action": "boolean",
    "@badge": "string",
    "@href": "string"
  }
}