diff --git a/docs/src/app/(docs)/api-reference/react/page.mdx b/docs/src/app/(docs)/api-reference/react/page.mdx
index 255146d74b..432121892f 100644
--- a/docs/src/app/(docs)/api-reference/react/page.mdx
+++ b/docs/src/app/(docs)/api-reference/react/page.mdx
@@ -266,6 +266,9 @@ export const OurUploadButton = () => (
Callback function when that runs when an upload is aborted.
+
+ The granularity of which progress events are fired. 'all' forwards every progress event, 'fine' forwards events for every 1% of progress, 'coarse' forwards events for every 10% of progress.
+
Callback function that gets continuously called as the file is uploaded to
the storage provider.
@@ -422,6 +425,9 @@ export const OurUploadDropzone = () => (
Callback function when that runs when an upload is aborted.
+
+ The granularity of which progress events are fired. 'all' forwards every progress event, 'fine' forwards events for every 1% of progress, 'coarse' forwards events for every 10% of progress.
+
Callback function that gets continuously called as the file is uploaded to
the storage provider.
@@ -552,6 +558,9 @@ using a string literal parameter.
Callback function when that runs when an upload is aborted.
+
+ The granularity of which progress events are fired. 'all' forwards every progress event, 'fine' forwards events for every 1% of progress, 'coarse' forwards events for every 10% of progress.
+
Callback function that gets continuously called as the file is uploaded to
the storage provider.