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) 477 B
import { CSSResult } from 'lit'; import { NamiElement } from '../NamiElement'; import { TProductContainer } from '@namiml/sdk-core'; import type { TSemverObj } from '@namiml/sdk-core'; export declare class NamiProductContainer extends NamiElement { component: TProductContainer; inFocusedState: boolean; scaleFactor: number; minSDKVersion: TSemverObj; private currentGroupId; protected styles(): CSSResult; updated(): void; render(): any[][]; }