mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -1,4 +1,4 @@
|
||||
export declare type RouterDirection = 'forward' | 'back' | 'none';
|
||||
export declare type RouterDirection = 'forward' | 'back' | 'root' | 'none';
|
||||
|
||||
export type HrefProps<T> = Omit<T, 'routerDirection'> & {
|
||||
routerLink?: string;
|
||||
|
Reference in New Issue
Block a user