UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

4 lines (3 loc) 202 B
import type { Background } from "../../../types/background"; import type { PaywallData } from "../../../types/paywall"; export declare const BACKGROUND_PAYWALL: (background: Background) => PaywallData;