Skip to content

Commit 329f2fb

Browse files
committed
Add custom properties datepicker documentation
1 parent f26f754 commit 329f2fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docusaurus/docs/date-picker/input-date-picker.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ Callback event when the component text input changes.
6767
`Type: 'flat' | 'outlined'`
6868
See [react-native-paper text-input](https://callstack.github.io/react-native-paper/text-input.html#mode).
6969

70+
**iconSize**
71+
`Type: Number`
72+
Specifies the size of the icon in pixels.
73+
74+
**iconColor**
75+
`Type: String`
76+
Sets the color of the icon.
77+
78+
**iconStyle**
79+
`Type: React.CSSProperties`
80+
Defines the CSS styles for the icon element.
81+
7082
**validRange**
7183
`Type: {
7284
startDate: Date | undefined,

0 commit comments

Comments
 (0)