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

@@ -4,6 +4,7 @@ export * from './index';
export * from './components/animation-controller/animation-interface';
export * from './components/alert/alert-interface';
export * from './components/action-sheet/action-sheet-interface';
export * from './components/datetime/datetime-interface';
export * from './components/menu/menu-interface';
export * from './components/modal/modal-interface';
export * from './components/picker/picker-interface';