mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(many): replace any
types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -6,7 +6,7 @@ export interface IonRouteProps {
|
||||
path?: string;
|
||||
exact?: boolean;
|
||||
show?: boolean;
|
||||
render: (props?: any) => JSX.Element;
|
||||
render: (props?: any) => JSX.Element; // TODO(FW-2959): type
|
||||
disableIonPageManagement?: boolean;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user