Refactor
parent
9f03d60c6e
commit
08cc64a95d
|
@ -117,7 +117,7 @@ export interface StepPanelSlots {
|
||||||
/**
|
/**
|
||||||
* Click function.
|
* Click function.
|
||||||
*/
|
*/
|
||||||
activateCallback: (value?: string | number) => void;
|
activateCallback: (value: string | number) => void;
|
||||||
}): VNode[];
|
}): VNode[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue