@whop/react
Version:
React SDK for building embedded apps on Whop
8 lines (7 loc) • 302 B
TypeScript
import React from "react";
/**
* This component is used to inject the Whop theme script into the page. Include this in your root layout before your
* body tag to ensure no flash of unstyled content.
* @returns The Whop theme script.
*/
export declare function WhopThemeScript(): React.JSX.Element;