mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
feat(router): adds parameters
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -2600,8 +2600,8 @@ declare global {
|
||||
namespace JSXElements {
|
||||
export interface IonRouteAttributes extends HTMLAttributes {
|
||||
component?: string;
|
||||
params?: undefined;
|
||||
path?: string;
|
||||
props?: any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user