UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

8 lines (7 loc) 328 B
import type { PaywallRootBackgroundModel } from "../../utils/background-utils"; type $$ComponentProps = { model: PaywallRootBackgroundModel; }; declare const ViewportBackdrop: import("svelte").Component<$$ComponentProps, {}, "">; type ViewportBackdrop = ReturnType<typeof ViewportBackdrop>; export default ViewportBackdrop;