{
  "components": [
    {
      "tag": "kkt-menu",
      "dependencies": [],
      "componentClass": "Menu",
      "componentPath": "components/menu/menu.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/menu/menu.scss"
          ]
        }
      },
      "props": [
        {
          "name": "menuVisible",
          "type": "Boolean",
          "mutable": true,
          "attr": "menu-visible"
        }
      ]
    },
    {
      "tag": "kkt-menu-dropdown",
      "dependencies": [],
      "componentClass": "MenuDropdown",
      "componentPath": "components/menu-dropdown/menu-dropdown.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/menu-dropdown/menu-dropdown.scss"
          ]
        }
      }
    },
    {
      "tag": "kkt-menu-item",
      "dependencies": [],
      "componentClass": "MenuItem",
      "componentPath": "components/menu-item/menu-item.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/menu-item/menu-item.scss"
          ]
        }
      },
      "props": [
        {
          "name": "href",
          "type": "String",
          "attr": "href"
        }
      ],
      "hostElement": {
        "name": "menuItem"
      }
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.16.2",
    "typescriptVersion": "3.2.2"
  },
  "bundles": []
}