pull/6161/head^2
tugcekucukoglu 2024-08-20 22:56:21 +03:00
parent 9f03d60c6e
commit 08cc64a95d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export interface StepPanelSlots {
/** /**
* Click function. * Click function.
*/ */
activateCallback: (value?: string | number) => void; activateCallback: (value: string | number) => void;
}): VNode[]; }): VNode[];
} }