fix(select): cssClass + strong typed

This commit is contained in:
Manu Mtz.-Almeida
2018-04-27 18:25:03 +02:00
parent c0ec02e534
commit 826e02bcf0
8 changed files with 54 additions and 55 deletions

View File

@ -0,0 +1 @@
export type SelectInterface = 'action-sheet' | 'popover' | 'alert';