{
  "version": "experimental",
  "tags": [
    {
      "name": "uui-symbol-file-thumbnail",
      "path": "./lib/uui-symbol-file-thumbnail.element.ts",
      "attributes": [
        {
          "name": "src",
          "description": "Source of the thumbnail.",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "alt",
          "description": "Alt of the thumbnail.",
          "type": "string",
          "default": "\"''\""
        }
      ],
      "properties": [
        {
          "name": "src",
          "attribute": "src",
          "description": "Source of the thumbnail.",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "alt",
          "attribute": "alt",
          "description": "Alt of the thumbnail.",
          "type": "string",
          "default": "\"''\""
        },
        {
          "name": "styles",
          "type": "CSSResult[]",
          "default": "[null]"
        }
      ]
    }
  ]
}