Skip to content

Commit 60711f1

Browse files
committed
chore: Update Docs
1 parent 3edcbc8 commit 60711f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export default {
164164
| **max** | Number | `null` | The maximum number of files allowed to be uploaded.|
165165
| **maxFilesize** | Number | `4` | The maximum filesize (in megabytes) that is allowed to be uploaded|
166166
| **warnings** | Boolean | `true` | By default, the package uses JavaScript alerts to display warnings. In case you want to use your custom warnings, you can disable the component pop-ups using this prop. |
167+
| **headers** | Object | `null` | An optional prop to send additional headers to the server. Eg: `{ "Authorization": "Bearer ACCESS_TOKEN" }` |
167168

168169

169170
# 💾 Events

0 commit comments

Comments
 (0)