import { Wizard, WizardStep } from '@patternfly/react-core'; export const WizardExpandableSteps: React.FunctionComponent = () => ( Substep A content , Substep B content ]} /> Step 2 content Substep C content , Substep D content ]} /> Step 4 content Review step content );