Browse Source
Merge pull request #206 from mars-lan/patch-2
Add missing androidVariant prop
master
Henning Hall
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
src/index.d.ts
|
@ -31,6 +31,11 @@ export interface DatePickerProps extends ViewProps { |
|
|
*/ |
|
|
*/ |
|
|
minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30 |
|
|
minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30 |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* The Android style variant. |
|
|
|
|
|
*/ |
|
|
|
|
|
androidVariant?: 'iosClone' | 'nativeAndroid' |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* The date picker mode. |
|
|
* The date picker mode. |
|
|
*/ |
|
|
*/ |
|
|