UNPKG

@namiml/web-sdk

Version:

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

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