{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "vaadin-markdown.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "*",
          "declaration": {
            "name": "*",
            "module": "src/vaadin-markdown.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/vaadin-markdown.js",
      "declarations": [
        {
          "kind": "class",
          "description": "`<vaadin-markdown>` is a web component for rendering Markdown content.\nIt takes Markdown source as input and renders the corresponding HTML.\n\n### Styling\n\nThe component does not have specific shadow DOM parts for styling the rendered Markdown content itself,\nas the content is rendered directly into the component's light DOM via a slot.\nYou can style the rendered HTML elements using standard CSS selectors targeting the `vaadin-markdown` element.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "name": "Markdown",
          "members": [
            {
              "kind": "field",
              "name": "content",
              "privacy": "public",
              "type": {
                "text": "string"
              },
              "description": "The Markdown content.",
              "attribute": "content"
            }
          ],
          "attributes": [
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "description": "The Markdown content.",
              "fieldName": "content"
            }
          ],
          "mixins": [
            {
              "name": "SlotStylesMixin",
              "package": "@vaadin/component-base/src/slot-styles-mixin.js"
            },
            {
              "name": "ElementMixin",
              "package": "@vaadin/component-base/src/element-mixin.js"
            },
            {
              "name": "ThemableMixin",
              "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
            },
            {
              "name": "PolylitMixin",
              "package": "@vaadin/component-base/src/polylit-mixin.js"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "tagName": "vaadin-markdown",
          "customElement": true,
          "events": []
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Markdown",
          "declaration": {
            "name": "Markdown",
            "module": "src/vaadin-markdown.js"
          }
        }
      ]
    }
  ]
}
