UNPKG

@namiml/web-sdk

Version:

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

13 lines (12 loc) 381 B
import { CSSResult } from "lit"; import { NamiElement } from "../NamiElement"; import { TContainer } from "../../types/components"; export declare class NamiContentContainer extends NamiElement { component: TContainer; zIndex: number; inFocusedState: boolean; scaleFactor: number; protected styles(): CSSResult; firstUpdated(): void; render(): any[]; }