UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

6 lines (5 loc) 211 B
/** * A hook that allows you to get the status of the websocket. * @returns The status of the websocket. */ export declare function useWebsocketStatus(): import("@whop/api").WebsocketStatus | "initializing";