{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "image.component.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/constants/image.component.ts",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "src/image/image.component.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ImageComponent",
          "members": [
            {
              "kind": "field",
              "name": "altText",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "altText",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "src",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placeholderImg",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "attribute": "placeholderImg",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "Size | undefined"
              },
              "default": "{}",
              "attribute": "size",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "altText",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "altText"
            },
            {
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "src"
            },
            {
              "name": "placeholderImg",
              "type": {
                "text": "string | undefined"
              },
              "default": "''",
              "fieldName": "placeholderImg"
            },
            {
              "name": "size",
              "type": {
                "text": "Size | undefined"
              },
              "default": "{}",
              "fieldName": "size"
            }
          ],
          "mixins": [
            {
              "name": "TailwindElement",
              "module": "/src/shared/tailwind.element"
            }
          ],
          "superclass": {
            "module": "src/image/image.component.ts"
          },
          "tagName": "ymlwebcl-image",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ImageComponent",
          "declaration": {
            "name": "ImageComponent",
            "module": "src/image/image.component.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "ymlwebcl-image",
          "declaration": {
            "name": "ImageComponent",
            "module": "src/image/image.component.ts"
          }
        }
      ]
    }
  ]
}
