Merge pull request #6226 from damoxc/fix-step-panel
fix(Stepper): include panel value in activateCallback signaturepull/6161/head^2
commit
99d0529e80
|
@ -117,7 +117,7 @@ export interface StepPanelSlots {
|
||||||
/**
|
/**
|
||||||
* Click function.
|
* Click function.
|
||||||
*/
|
*/
|
||||||
activateCallback: () => void;
|
activateCallback: (value?: string | number) => void;
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue