From c4d45d360c17658e284ef2e4508ea8d8e774ed9c Mon Sep 17 00:00:00 2001 From: Titani Date: Mon, 25 Apr 2022 14:08:39 -0400 Subject: [PATCH] docs(Wizard): Added WizardStep interface to documentation --- packages/react-core/src/components/Wizard/examples/Wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/Wizard/examples/Wizard.md b/packages/react-core/src/components/Wizard/examples/Wizard.md index 4687f38afe1..ff5ea5495d7 100644 --- a/packages/react-core/src/components/Wizard/examples/Wizard.md +++ b/packages/react-core/src/components/Wizard/examples/Wizard.md @@ -2,7 +2,7 @@ id: Wizard section: components cssPrefix: pf-c-wizard -propComponents: ['Wizard', 'WizardNav', 'WizardNavItem', 'WizardHeader', 'WizardBody', 'WizardFooter', 'WizardToggle'] +propComponents: ['Wizard', 'WizardNav', 'WizardNavItem', 'WizardHeader', 'WizardBody', 'WizardFooter', 'WizardToggle', 'WizardStep'] --- import { Button, Wizard, WizardFooter, WizardContextConsumer, ModalVariant, Alert, EmptyState, EmptyStateIcon, EmptyStateBody, EmptyStateSecondaryActions, Title, Progress } from '@patternfly/react-core';