mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export type RouterDirection = 'forward' | 'back' | 'root' | 'none';
|