fix(datetime): pickerOptions are all optional (#16101)

fixes #16095
This commit is contained in:
Manu MA
2018-10-26 18:42:57 +02:00
committed by GitHub
parent 9dfc863f0f
commit f0141817d4
5 changed files with 10 additions and 5 deletions

View File

@ -0,0 +1,3 @@
import { PickerOptions } from '../../interface';
export type DatetimeOptions = Partial<PickerOptions>;