Skip to content

Commit

Permalink
docs: run docgen [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Jun 22, 2024
1 parent d8e15ea commit a0627eb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/file-opener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ openFile(options: OpenFileOptions) => Promise<void>

Open a file with the default application.

Only available on Android and iOS.

| Param | Type |
| ------------- | ----------------------------------------------------------- |
| **`options`** | <code><a href="#openfileoptions">OpenFileOptions</a></code> |
Expand All @@ -96,10 +94,11 @@ Only available on Android and iOS.

#### OpenFileOptions

| Prop | Type | Description | Since |
| -------------- | ------------------- | ------------------------------------------------------------------------------ | ----- |
| **`path`** | <code>string</code> | The path of the file. | 0.0.1 |
| **`mimeType`** | <code>string</code> | The mime type of the file. If not specified, the mime type will be determined. | 0.0.1 |
| Prop | Type | Description | Since |
| -------------- | ------------------- | ----------------------------------------------------------------------------------------------------------------- | ----- |
| **`blob`** | <code>Blob</code> | The blob instance of the file to open. Only available on Web. | 6.1.0 |
| **`path`** | <code>string</code> | The path of the file. Only available on Android and iOS. | 0.0.1 |
| **`mimeType`** | <code>string</code> | The mime type of the file. If not specified, the mime type will be determined. Only available on Android and iOS. | 0.0.1 |

</docgen-api>

Expand Down

0 comments on commit a0627eb

Please sign in to comment.