ref(TS) Convert some components to TS (#13198)

This commit is contained in:
Robert Pintilii
2023-04-13 15:49:34 +03:00
committed by GitHub
parent cc91cfe7b5
commit fc0fd2d08c
47 changed files with 533 additions and 616 deletions

View File

@@ -250,7 +250,7 @@ export default class BaseApp<P> extends Component<P, IState> {
* @returns {Promise}
*/
_navigate(route: {
component?: ComponentType;
component?: ComponentType<any>;
href?: string;
props?: Object;
}): Promise<any> {