Browse Source

Add missing androidVariant prop

master
Mars Lan 5 years ago
committed by GitHub
parent
commit
4f6b4835eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/index.d.ts

+ 5
- 0
src/index.d.ts View File

@ -31,6 +31,11 @@ export interface DatePickerProps extends ViewProps {
*/
minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30
/**
* The Android style variant.
*/
androidVariant?: 'iosClone' | 'nativeAndroid'
/**
* The date picker mode.
*/

Loading…
Cancel
Save