Skip to content

Commit

Permalink
fix: add missing type declarations (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobos531 authored May 10, 2023
1 parent 1d1f5bd commit c37da1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ export interface DateTimePickerProps {
*/
pickerContainerStyleIOS?: ViewStyle;

/**
* The style applied to the actual picker component - this can be
* either a native iOS picker or a custom one if `customPickerIOS` was provided
*/
pickerComponentStyleIOS?: ViewStyle;

/**
* Initial selected date/time
*
Expand Down

0 comments on commit c37da1d

Please sign in to comment.