chore: expose sdk from waku/react

This commit is contained in:
Sasha 2025-10-08 23:54:29 +02:00
parent ad0bed69ba
commit dca69031e7
No known key found for this signature in database

View File

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