chore: fixing api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-21 08:56:18 +01:00
committed by Min Kim
parent 26aea4ddc2
commit c9461071fc
-15
View File
@@ -5,11 +5,9 @@
```ts
/// <reference types="react" />
import { ExternalRouteRef } from '@backstage/core-plugin-api';
import { FormProps as FormProps_2 } from '@backstage/plugin-scaffolder-react/alpha';
import type { FormProps as FormProps_3 } from '@rjsf/core-v5';
import { LayoutOptions } from '@backstage/plugin-scaffolder-react';
import { LinkProps } from 'react-router-dom';
import { NextFieldExtensionOptions } from '@backstage/plugin-scaffolder-react/alpha';
import { PropsWithChildren } from 'react';
import { default as React_2 } from 'react';
@@ -50,19 +48,6 @@ export const NextScaffolderPage: (
props: PropsWithChildren<NextRouterProps>,
) => JSX.Element;
// @public (undocumented)
export const registerComponentRouteRef: ExternalRouteRef<undefined, true>;
// @alpha
export const RegisterExistingButton: (
props: RegisterExistingButtonProps,
) => JSX.Element | null;
// @alpha
export type RegisterExistingButtonProps = {
title: string;
} & Partial<Pick<LinkProps, 'to'>>;
// @alpha (undocumented)
export type TemplateGroupFilter = {
title?: React_2.ReactNode;