mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 13:16:08 +08:00
2 lines
68 B
TypeScript
2 lines
68 B
TypeScript
export type RouterDirection = 'forward' | 'back' | 'root' | 'none';
|