@@ -3,10 +3,9 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { ApiRef } from '@backstage/core-plugin-api';
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { default as React_2 } from 'react';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public
|
||||
@@ -44,7 +43,7 @@ export interface RadarEntrySnapshot {
|
||||
}
|
||||
|
||||
// @public
|
||||
export function RadarPage(props: TechRadarPageProps): JSX.Element;
|
||||
export function RadarPage(props: TechRadarPageProps): React_2.JSX.Element;
|
||||
|
||||
// @public
|
||||
export interface RadarQuadrant {
|
||||
@@ -71,7 +70,9 @@ export interface TechRadarApi {
|
||||
export const techRadarApiRef: ApiRef<TechRadarApi>;
|
||||
|
||||
// @public
|
||||
export function TechRadarComponent(props: TechRadarComponentProps): JSX.Element;
|
||||
export function TechRadarComponent(
|
||||
props: TechRadarComponentProps,
|
||||
): React_2.JSX.Element;
|
||||
|
||||
// @public
|
||||
export interface TechRadarComponentProps {
|
||||
|
||||
Reference in New Issue
Block a user