Skip to content

Commit

Permalink
Stepper fix TS docs to onChangeStep (#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 2, 2024
1 parent 87f61b4 commit a11dcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/stepper/stepper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a11dcf2

Please sign in to comment.