Skip to content

Commit 3d7d145

Browse files
committed
fix: remove useless prop
1 parent 8239beb commit 3d7d145

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bestdoctor/ke-beta",
3-
"version": "13.2.6",
3+
"version": "13.2.7",
44
"description": "BestDoctor back-office UI constructor",
55
"author": "pro100filipp",
66
"main": "dist/index.js",

src/Wizard/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export interface WizardProps<Key extends string, Action extends string, StepData
55
steps: Record<Key, FC<StepArgs<Action, StepData>>>
66
start: Start<Key, StepData>
77
name: string
8-
onStepChange: (stepKey: Key, data: StepData) => void
98
onFinish: (data: StepData) => void
109
onRestart: () => void
1110
}

0 commit comments

Comments
 (0)