UNPKG

@namiml/web-sdk

Version:

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

12 lines (11 loc) 384 B
import { NamiElement } from "../NamiElement"; import { TStack } from "@namiml/sdk-core"; import type { TSemverObj } from "@namiml/sdk-core"; export declare class NamiStack extends NamiElement { component: TStack; inFocusedState: boolean; scaleFactor: number; minSDKVersion: TSemverObj; protected styles(): import("lit").CSSResult; protected render(): any[]; }