UNPKG

@namiml/web-sdk

Version:

Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web

15 lines (14 loc) 467 B
import { TContainer, type TSemverObj } from "@namiml/sdk-core"; import { NamiElement } from "../NamiElement"; import { CSSResult } from "lit"; export declare class NamiBackgroundContainer extends NamiElement { component: TContainer; fullscreen: boolean; inFocusedState: boolean; scaleFactor: number; minSDKVersion: TSemverObj; connectedCallback(): void; protected styles(): CSSResult; protected updated(): void; render(): any[]; }