{
  "type": "component",
  "props": {
    "dark": {
      "type": "Boolean",
      "desc": "Notify the component that the background is a dark color",
      "category": "style"
    },
    "spaced": {
      "type": "Boolean",
      "desc": "If set to true, the top and bottom margins will be set to 8px",
      "category": "content"
    },
    "inset": {
      "type": [
        "Boolean",
        "String"
      ],
      "desc": "if set to true, the left and right margins will be set to 16px. If set to item, the left and right margins will be set to 72px. If set to item-thumbnail, the left margin is set to 116px and right margin is set to 0px",
      "examples": [
        "item",
        "item-thumbnail"
      ],
      "category": "content"
    },
    "vertical": {
      "type": "Boolean",
      "desc": "If set to true, the separator will be vertical.",
      "category": "content"
    },
    "color": {
      "type": "String",
      "desc": "Color name for component from the Quasar Color Palette",
      "examples": [
        "primary",
        "teal-10"
      ],
      "category": "style"
    }
  }
}