UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

5 lines (4 loc) 194 B
import type { WhopIframeSdk } from "@whop/iframe"; import { type Context } from "react"; export type { WhopIframeSdk }; export declare const WhopIframeSdkContext: Context<WhopIframeSdk | null>;