We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51aa90d + 7639f55 commit 20d6863Copy full SHA for 20d6863
src/Upload.tsx
@@ -11,7 +11,7 @@ export type UploadProps = {
11
className?: string;
12
/** @default false */
13
disabled?: boolean;
14
- hint?: string;
+ hint?: ReactNode;
15
16
multiple?: boolean;
17
label?: ReactNode;
0 commit comments