{
  "type": "div",
  "description": "Container for grouping child elements.",
  "hasChildren": true,
  "propsSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "properties": {
      "style": {
        "description": "Inline CSS styles as a plain CSS string (e.g., \"display: flex; gap: 8px; padding: 16px\")",
        "type": "string"
      }
    },
    "description": "A generic container for grouping elements. Can contain any child components. Defaults to a flex column."
  }
}
