UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

14 lines (13 loc) 338 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "WhopIframeSdkContext", { enumerable: true, get: function() { return WhopIframeSdkContext; } }); const _react = require("react"); const WhopIframeSdkContext = (0, _react.createContext)(null);