33> Do not edit this file. It is a report generated by [ API Extractor] ( https://api-extractor.com/ ) .
44
55``` ts
6- /// <reference types = " react" />
7-
86import { ApiRef } from ' @backstage/core-plugin-api' ;
97import { BackstagePlugin } from ' @backstage/core-plugin-api' ;
108import { Entity } from ' @backstage/catalog-model' ;
11- import { InfoCardVariants } from ' @backstage/core-components/*' ;
12- import { InfoCardVariants as InfoCardVariants_2 } from ' @backstage/core-components' ;
13- import { JSX as JSX_2 } from ' react' ;
9+ import { InfoCardVariants } from ' @backstage/core-components' ;
10+ import { JSX as JSX_2 } from ' react/jsx-runtime' ;
1411import { LighthouseApi } from ' @backstage-community/plugin-lighthouse-common' ;
15- import { default as React_2 } from ' react' ;
1612import { RouteRef } from ' @backstage/core-plugin-api' ;
1713
1814// @public (undocumented)
19- export const EmbeddedRouter: () => React_2 . JSX .Element ;
15+ export const EmbeddedRouter: () => JSX_2 .Element ;
2016
2117// @public (undocumented)
2218export const EntityLastLighthouseAuditCard: (props : {
@@ -35,8 +31,8 @@ export { isLighthouseAvailable as isPluginApplicableToEntity };
3531// @public (undocumented)
3632export const LastLighthouseAuditCard: (props : {
3733 dense? : boolean ;
38- variant? : InfoCardVariants_2 ;
39- }) => React_2 . JSX .Element ;
34+ variant? : InfoCardVariants ;
35+ }) => JSX_2 .Element ;
4036
4137// @public (undocumented)
4238export const lighthouseApiRef: ApiRef <LighthouseApi >;
@@ -57,5 +53,5 @@ export { lighthousePlugin };
5753export { lighthousePlugin as plugin };
5854
5955// @public (undocumented)
60- export const Router: () => React_2 . JSX .Element ;
56+ export const Router: () => JSX_2 .Element ;
6157```
0 commit comments