{
  "components": [
    {
      "tag": "uitk-button",
      "dependencies": [],
      "componentClass": "Button",
      "componentPath": "components/uitk-button/uitk-button.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/uitk-button/buttons.less"
          ]
        }
      },
      "props": [
        {
          "name": "id",
          "type": "String",
          "attr": "id"
        },
        {
          "name": "label",
          "type": "String",
          "attr": "label"
        },
        {
          "name": "size",
          "type": "String",
          "attr": "size",
          "watch": [
            "sizeDidChangeHandler"
          ]
        },
        {
          "name": "state",
          "type": "String",
          "attr": "state",
          "watch": [
            "stateDidChangeHandler"
          ]
        },
        {
          "name": "type",
          "type": "String",
          "attr": "type",
          "watch": [
            "typeDidChangeHandler"
          ]
        }
      ],
      "events": [
        {
          "event": "uitkClick"
        }
      ]
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.16.2",
    "typescriptVersion": "3.2.2"
  },
  "bundles": []
}