Updated api-report.md

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2022-10-14 13:23:05 +02:00
parent 9e5d5dfe75
commit be2ee4cc66
4 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Enabling the customization of the last page in the scaffolder template.
To override the content you have to do the next:
```typescript
```typescript jsx
scaffolderPlugin.__experimentalReconfigure({
lastStepFormComponent: (props: LastStepFormProps) => (
<YourCustomComponent {...props} />