{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "OrTranslate",
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | undefined"
              },
              "privacy": "public",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "options",
              "type": {
                "text": "TOptions<InitOptions> | undefined"
              },
              "privacy": "public",
              "attribute": "options"
            },
            {
              "kind": "method",
              "name": "_getTranslatedValue",
              "privacy": "protected"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string | undefined"
              },
              "fieldName": "value"
            },
            {
              "name": "options",
              "type": {
                "text": "TOptions<InitOptions> | undefined"
              },
              "fieldName": "options"
            }
          ],
          "mixins": [
            {
              "name": "translate(i18next)",
              "module": "src/index.ts"
            }
          ],
          "superclass": {
            "name": "OrElement",
            "package": "@openremote/or-element"
          },
          "tagName": "or-translate",
          "customElement": true,
          "modulePath": "src/index.ts",
          "definitionPath": "src/index.ts"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "i18next",
          "declaration": {
            "name": "i18next",
            "module": "src/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "translate",
          "declaration": {
            "name": "translate",
            "module": "src/index.ts"
          }
        },
        {
          "kind": "js",
          "name": "OrTranslate",
          "declaration": {
            "name": "OrTranslate",
            "module": "src/index.ts"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "or-translate",
          "declaration": {
            "name": "OrTranslate",
            "module": "src/index.ts"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "src/translate-mixin.ts",
      "declarations": [
        {
          "kind": "function",
          "name": "translate",
          "parameters": [
            {
              "name": "i18next",
              "type": {
                "text": "i18n"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "translate",
          "declaration": {
            "name": "translate",
            "module": "src/translate-mixin.ts"
          }
        }
      ]
    }
  ]
}
