Skip to content

Commit

Permalink
feat(react): export register (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Oct 6, 2024
1 parent b18230f commit 75e992f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-moose-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pluv/react": patch
---

Export `register` helper in `@pluv/react`.
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { ConnectionState, createClient } from "@pluv/client";
export { ConnectionState, createClient, register } from "@pluv/client";
export type { CrdtType, InferCrdtJson } from "@pluv/crdt";
export type { BaseUser, EventMessage, EventRecord, IOEventMessage } from "@pluv/types";
export { createBundle } from "./createBundle";
Expand Down

0 comments on commit 75e992f

Please sign in to comment.