{
  "name": "empty",
  "category": "data-display",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-empty",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "title": {
      "type": "string",
      "default": "暂无数据"
    },
    "description": {
      "type": "string"
    },
    "action-label": {
      "type": "string"
    }
  },
  "properties": {},
  "methods": {},
  "events": {
    "blora-empty-action": {
      "detail": "void",
      "bubbles": true,
      "composed": true
    }
  },
  "slots": {
    "default": "No child structure; attributes generate the official empty state tree."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "status"
}
