Files
ionic-framework/core/src/components/select/select-interface.ts
2018-04-27 18:25:49 +02:00

2 lines
68 B
TypeScript

export type SelectInterface = 'action-sheet' | 'popover' | 'alert';