mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(react): adding prettier and formating files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
import { AnimationBuilder } from '@ionic/core';
|
||||
|
||||
import { RouteAction } from './RouteAction';
|
||||
@ -12,7 +11,7 @@ export interface RouteInfo<TOptions = any> {
|
||||
routeDirection?: RouterDirection;
|
||||
routeAnimation?: AnimationBuilder;
|
||||
routeOptions?: TOptions;
|
||||
params?: {[key: string]: string | string[]};
|
||||
params?: { [key: string]: string | string[] };
|
||||
pushedByRoute?: string;
|
||||
pathname: string;
|
||||
search: string;
|
||||
|
||||
Reference in New Issue
Block a user