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
parent
commit
9cfaec0161
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.d.ts

src/index.d.ts → index.d.ts View File

@ -5,7 +5,7 @@ export interface DatePickerProps extends ViewProps {
/** /**
* The currently selected date. * The currently selected date.
*/ */
date?: Date
date: Date
/** /**
* The date picker locale. * The date picker locale.

Loading…
Cancel
Save