chore: update comment and api-reprots

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-12-19 11:02:28 +01:00
parent 857f44cb03
commit 734c40811c
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -64,8 +64,10 @@ export const DefaultTemplateOutputs: (props: {
output?: ScaffolderTaskOutput;
}) => React_2.JSX.Element | null;
// @alpha (undocumented)
export const EmbeddableWorkflow: (props: WorkflowProps) => React_2.JSX.Element;
// @alpha
export const EmbeddableWorkflow: (
workflowProps: WorkflowProps,
) => JSX.Element | null;
// @alpha
export const extractSchemaFromStep: (inputStep: JsonObject) => {
@@ -126,7 +126,7 @@ export const Workflow = (workflowProps: WorkflowProps): JSX.Element | null => {
/**
* TODO(blam): work out what we want to do with these components in the new API.
* Should we really have EmbeddableWorkflow -> Workflow -> Stepper -> Form, or should we revisit this?
* Should we really have EmbeddableWorkflow, Workflow, Stepper and Form, or should we revisit this?
* @alpha
*/
export const EmbeddableWorkflow = Workflow;