Skip to content

Commit

Permalink
docs(reactive): update reactive docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 29, 2021
1 parent c4ca495 commit db4c35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/reactive/docs/api/batch.md
Expand Up @@ -12,6 +12,7 @@ interface batch {
scope<T>(callback?: () => T): T //In-situ local batch
bound<T extends (...args: any[]) => any>(callback: T, context?: any): T //High-level binding
endpoint(callback?: () => void): void //Register batch endpoint callback
}
```

## Example
Expand Down

0 comments on commit db4c35f

Please sign in to comment.