UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

7 lines (6 loc) 300 B
import type { ThemeProps } from "frosted-ui/theme"; import React from "react"; import { type WhopIframeSdkProviderOptions } from "../iframe"; export declare function WhopApp({ children, sdkOptions, ...themeProps }: ThemeProps & { sdkOptions?: WhopIframeSdkProviderOptions; }): React.JSX.Element;