mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
2 lines
57 B
TypeScript
2 lines
57 B
TypeScript
export type IonRouteAction = 'push' | 'replace' | 'pop';
|