@revenuecat/purchases-ui-js
Version:
Web components for Paywalls. Powered by RevenueCat
8 lines (7 loc) • 493 B
TypeScript
import type { PaywallData } from "../../../types/paywall";
/** Translucent sticky footer over long scrollable content. */
export declare const paywallWithTransparentFooter: PaywallData;
/** Small body that must center in the space above the footer, not the whole screen. */
export declare const paywallWithCenteredBodyAndFooter: PaywallData;
/** Header and sticky footer together: the footer overlay must not affect the header. */
export declare const paywallWithHeaderAndFooter: PaywallData;