Browse Source
chore: make date prop required in typescript + move d.ts file to root (#375)
master
Henning Hall
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
index.d.ts
|
|
@ -5,7 +5,7 @@ export interface DatePickerProps extends ViewProps { |
|
|
|
/** |
|
|
|
* The currently selected date. |
|
|
|
*/ |
|
|
|
date?: Date |
|
|
|
date: Date |
|
|
|
|
|
|
|
/** |
|
|
|
* The date picker locale. |