Skip to content

Commit c37da1d

Browse files
authored
fix: add missing type declarations (#704)
1 parent 1d1f5bd commit c37da1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

typings/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ export interface DateTimePickerProps {
160160
*/
161161
pickerContainerStyleIOS?: ViewStyle;
162162

163+
/**
164+
* The style applied to the actual picker component - this can be
165+
* either a native iOS picker or a custom one if `customPickerIOS` was provided
166+
*/
167+
pickerComponentStyleIOS?: ViewStyle;
168+
163169
/**
164170
* Initial selected date/time
165171
*

0 commit comments

Comments
 (0)