UNPKG

@namiml/web-sdk

Version:

Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing

15 lines (14 loc) 467 B
import { CSSResult } from "lit"; import { NamiElement } from "../NamiElement"; import { TContainer } from "../../types/components"; import type { TSemverObj } from "../../utils/parsers"; export declare class NamiContentContainer extends NamiElement { component: TContainer; zIndex: number; inFocusedState: boolean; scaleFactor: number; minSDKVersion: TSemverObj; protected styles(): CSSResult; firstUpdated(): void; render(): any[]; }