Skip to content

Commit 20d6863

Browse files
authored
Merge pull request #360 from totakoko/add_hint_reactnode_upload
Change type of Upload.hint to ReactNode
2 parents 51aa90d + 7639f55 commit 20d6863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Upload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type UploadProps = {
1111
className?: string;
1212
/** @default false */
1313
disabled?: boolean;
14-
hint?: string;
14+
hint?: ReactNode;
1515
/** @default false */
1616
multiple?: boolean;
1717
label?: ReactNode;

0 commit comments

Comments
 (0)