@revenuecat/purchases-ui-js
Version:
Web components for Paywalls. Powered by RevenueCat
8 lines (7 loc) • 304 B
TypeScript
import type { PaywallData } from "../../../types/paywall";
/**
* Test paywall for custom variables behavior
* Has `username` and `email` variables embedded throughout the paywall
* These should either be passed in or come from UIConfig
**/
export declare const CUSTOM_VARIABLES_PAYWALL: PaywallData;