mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export type SelectInterface = 'action-sheet' | 'popover' | 'alert';
|