chore: expose sdk from waku/react (#2676)

This commit is contained in:
Sasha 2025-10-09 00:38:54 +02:00 committed by GitHub
parent ad0bed69ba
commit 37c6c1e529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,4 @@
export * from "@waku/sdk";
export type { CreateNodeOptions } from "./types.js";
export { WakuProvider, useWaku } from "./WakuProvider.js";