@whiteguru/capacitor-plugin-file-opener
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -43,9 +43,2 @@ { | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "mime", | ||
"tags": [], | ||
"docs": "Mime to select", | ||
"complexTypes": [], | ||
"type": "string" | ||
} | ||
@@ -52,0 +45,0 @@ ] |
@@ -9,6 +9,2 @@ export interface FileOpenerPlugin { | ||
path: string; | ||
/** | ||
* Mime to select | ||
*/ | ||
mime: string; | ||
} |
{ | ||
"name": "@whiteguru/capacitor-plugin-file-opener", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Capacitor plugin to open files", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -44,7 +44,6 @@ # capacitor-plugin-file-opener | ||
| Prop | Type | Description | | ||
| ---------- | ------------------- | -------------- | | ||
| **`path`** | <code>string</code> | Path to file | | ||
| **`mime`** | <code>string</code> | Mime to select | | ||
| Prop | Type | Description | | ||
| ---------- | ------------------- | ------------ | | ||
| **`path`** | <code>string</code> | Path to file | | ||
</docgen-api> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16841
158
49