Skip to content

Commit 318de43

Browse files
zhangyu1818xrkffgg
andauthored
docs: notFoundContent type (#635)
* docs: notFoundContent type * Update README.md Co-authored-by: xrkffgg <[email protected]>
1 parent 5a70e6e commit 318de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default () => (
8282
| dropdownStyle | additional style applied to dropdown | Object | {} |
8383
| dropdownAlign | additional align applied to dropdown | Object | {} |
8484
| dropdownMenuStyle | additional style applied to dropdown menu | Object | {} |
85-
| notFoundContent | specify content to show when no result matches. | String | 'Not Found' |
85+
| notFoundContent | specify content to show when no result matches. | ReactNode | 'Not Found' |
8686
| tokenSeparators | separator used to tokenize on tag/multiple mode | string[]? | |
8787
| open | control select open | bool | |
8888
| defaultOpen | control select default open | bool | |

0 commit comments

Comments
 (0)