UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

6 lines (5 loc) 198 B
/** * A hook that allows you to get the websocket context state. * @returns The websocket context state. */ export declare function useWebsocket(): import("./context").WhopWebsocketContextState;