chore: fixing api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-12-19 14:23:26 +01:00
parent 554146b8e8
commit 1321c3e0b6
+2 -4
View File
@@ -64,10 +64,8 @@ export const DefaultTemplateOutputs: (props: {
output?: ScaffolderTaskOutput;
}) => React_2.JSX.Element | null;
// @alpha
export const EmbeddableWorkflow: (
workflowProps: WorkflowProps,
) => JSX.Element | null;
// @alpha (undocumented)
export const EmbeddableWorkflow: (props: WorkflowProps) => React_2.JSX.Element;
// @alpha
export const extractSchemaFromStep: (inputStep: JsonObject) => {