Skip to content

Commit

Permalink
feat: Add StepPlayer module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbiasu committed Feb 17, 2025
1 parent a1dbca4 commit 83e0cf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/develop/guidance/module_StepPlayer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
```ts
type Props = {
step: Step // 已有的 Step 类型
}
type Events = {
stepCompleted: []
}

type StepPlayerExpose = {
checkAnswer(): boolean
}
```

0 comments on commit 83e0cf8

Please sign in to comment.