Skip to content

Commit

Permalink
Merge pull request #6226 from damoxc/fix-step-panel
Browse files Browse the repository at this point in the history
fix(Stepper): include panel value in activateCallback signature
  • Loading branch information
tugcekucukoglu authored Aug 20, 2024
2 parents 6284b03 + e04ff53 commit 99d0529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/steppanel/StepPanel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface StepPanelSlots {
/**
* Click function.
*/
activateCallback: () => void;
activateCallback: (value?: string | number) => void;
}): VNode[];
}

Expand Down

0 comments on commit 99d0529

Please sign in to comment.