From bc9c809745fb5752b94fb4b9ffbf91c97611ecb4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 3 Jun 2021 00:44:33 +0200 Subject: [PATCH] core-plugin-api: udpate api-report Signed-off-by: Patrik Oldsberg --- packages/core-plugin-api/api-report.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; };