chore: Fixing api -reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-11-19 13:57:44 +01:00
parent 75027d9054
commit 2bbf0a5665
3 changed files with 0 additions and 20 deletions
-17
View File
@@ -19,7 +19,6 @@ import type { FormProps as FormProps_2 } from '@rjsf/core';
import { FormProps as FormProps_3 } from '@backstage/plugin-scaffolder-react';
import { FrontendPlugin } from '@backstage/frontend-plugin-api';
import { IconComponent } from '@backstage/core-plugin-api';
import { JsonValue } from '@backstage/types';
import { JSX as JSX_2 } from 'react';
import { LayoutOptions } from '@backstage/plugin-scaffolder-react';
import { PathParams } from '@backstage/core-plugin-api';
@@ -30,7 +29,6 @@ import { ScaffolderFormDecorator } from '@backstage/plugin-scaffolder-react/alph
import { SubRouteRef } from '@backstage/frontend-plugin-api';
import { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common';
import { TemplateGroupFilter } from '@backstage/plugin-scaffolder-react';
import { TemplateParameterSchema } from '@backstage/plugin-scaffolder-react';
import { TranslationRef } from '@backstage/core-plugin-api/alpha';
// @alpha (undocumented)
@@ -414,20 +412,5 @@ export type TemplateWizardPageProps = {
};
};
// @alpha (undocumented)
export const useFormDecorators: ({
manifest,
}: {
manifest?: TemplateParameterSchema | undefined;
}) => {
run: (opts: {
formState: Record<string, JsonValue>;
secrets: Record<string, string>;
}) => Promise<{
formState: Record<string, JsonValue>;
secrets: Record<string, string>;
}>;
};
// (No @packageDocumentation comment for this package)
```
@@ -27,7 +27,6 @@ type BoundFieldDecorator = {
decorator: (ctx: ScaffolderFormDecoratorContext) => Promise<void>;
};
/** @alpha */
export const useFormDecorators = ({
manifest,
}: {
-2
View File
@@ -22,8 +22,6 @@ export {
type ScaffolderTemplateFormPreviewerClassKey,
} from './components';
export * from './hooks';
export { scaffolderTranslationRef } from '../translation';
export * from './api';