Skip to content

Commit 7639f55

Browse files
committed
Change type of Upload.hint to ReactNode
1 parent 51aa90d commit 7639f55

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)