Skip to content

Commit 3c7572d

Browse files
committed
docs: update allowClear type definition
1 parent 65a6681 commit 3c7572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ nav:
120120
</tr>
121121
<tr>
122122
<td>allowClear</td>
123-
<td>boolean | { clearIcon?: React.ReactNode; clearValue: T }</td>
123+
<td>boolean | { clearIcon?: React.ReactNode; clearValue?: T }</td>
124124
<td>false</td>
125125
<td>If allow to remove input content with clear icon</td>
126126
</tr>

0 commit comments

Comments
 (0)