@syncular/client-react 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts ADDED
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @syncular/client-react - React bindings (typed)
3
+ *
4
+ * Use `createSyncularReact<DB>()` to create a SyncProvider + hooks that are
5
+ * typed to your application's DB schema.
6
+ */
7
+
8
+ // Re-export core client types for convenience.
9
+ export { createSyncularReact } from './createSyncularReact';