diff --git a/components/lib/stepper/stepper.d.ts b/components/lib/stepper/stepper.d.ts index 4d728d6e72..8f591b77b7 100644 --- a/components/lib/stepper/stepper.d.ts +++ b/components/lib/stepper/stepper.d.ts @@ -117,7 +117,7 @@ export interface StepperProps { /** * Callback to invoke when an active panel is changed. */ - onChange?(event: StepperChangeEvent): void; + onChangeStep?(event: StepperChangeEvent): void; /** * Uses to pass attributes to DOM elements inside the component. * @type {StepperPassThroughOptions}