Skip to content

Commit

Permalink
docs(ui5-wizard): reflect review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap committed Nov 29, 2023
1 parent c7953d6 commit bee2bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/fiori/src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,4 @@ export {
ISortItem,
ITimelineItem,
IUploadCollectionItem,
IWizardStep,
};
4 changes: 2 additions & 2 deletions packages/fiori/src/Wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ type StepInfo = {
* Fired when the step is changed by user interaction - either with scrolling,
* or by clicking on the steps within the component header.
*
* @param {IWizardStep} step The new step.
* @param {IWizardStep} previousStep The previous step.
* @param {WizardStep} step The new step.
* @param {WizardStep} previousStep The previous step.
* @param {boolean} changeWithClick The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
* @public
*/
Expand Down

0 comments on commit bee2bed

Please sign in to comment.