@@ -26,9 +26,9 @@ import { ErrorBoundary } from './ErrorBoundary';
|
||||
// eslint-disable-next-line @backstage/no-relative-monorepo-imports
|
||||
import { routableExtensionRenderedEvent } from '../../../core-plugin-api/src/analytics/Tracker';
|
||||
import { AppNode } from '../apis';
|
||||
import { Progress } from '@backstage/frontend-plugin-api';
|
||||
import { coreExtensionData } from '../wiring';
|
||||
import { AppNodeProvider } from './AppNodeProvider';
|
||||
import { Progress } from './DefaultSwappableComponents';
|
||||
|
||||
type RouteTrackerProps = PropsWithChildren<{
|
||||
enabled?: boolean;
|
||||
|
||||
@@ -106,5 +106,5 @@ export function createSwappableComponent<
|
||||
|
||||
return ComponentRefImpl as {
|
||||
ref: SwappableComponentRef<TInnerComponentProps, TExternalComponentProps>;
|
||||
} & ((props: object) => JSX.Element | null);
|
||||
} & ((props: TExternalComponentProps) => JSX.Element | null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user