{
  "api": {
    "name": "CapacitorSafeAreaPlugin",
    "slug": "capacitorsafeareaplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "getSafeAreaInsets",
        "signature": "() => Promise<SafeAreaInsets>",
        "parameters": [],
        "returns": "Promise<SafeAreaInsets>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "SafeAreaInsets"
        ],
        "slug": "getsafeareainsets"
      },
      {
        "name": "getStatusBarHeight",
        "signature": "() => Promise<StatusBarInfo>",
        "parameters": [],
        "returns": "Promise<StatusBarInfo>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "StatusBarInfo"
        ],
        "slug": "getstatusbarheight"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "SafeAreaInsets",
      "slug": "safeareainsets",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "insets",
          "tags": [],
          "docs": "",
          "complexTypes": [
            "SafeArea"
          ],
          "type": "SafeArea"
        }
      ]
    },
    {
      "name": "SafeArea",
      "slug": "safearea",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "top",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "right",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "bottom",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "left",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        }
      ]
    },
    {
      "name": "StatusBarInfo",
      "slug": "statusbarinfo",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "statusBarHeight",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}