import React from 'react'; import { Wizard, WizardStep } from '@breakaway/preact-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 );