diff --git a/packages/core-plugin-api/api-report.md b/packages/core-plugin-api/api-report.md index 339873cd85..dcf53d8aed 100644 --- a/packages/core-plugin-api/api-report.md +++ b/packages/core-plugin-api/api-report.md @@ -9,6 +9,7 @@ import { ComponentType } from 'react'; import { Config } from '@backstage/config'; import { default as React_2 } from 'react'; import { ReactNode } from 'react'; +import { SvgIconProps } from '@material-ui/core'; // @public export type AlertApi = { @@ -206,7 +207,7 @@ export function createRouteRef>; @@ -424,7 +425,7 @@ export type RouteRef = { readonly [routeRefType]: 'absolute'; params: ParamKeys; path: string; - icon?: IconComponent; + icon?: OldIconComponent; title?: string; };