UNPKG

@namiml/web-sdk

Version:

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

13 lines (12 loc) 459 B
import { NamiElement } from "../NamiElement"; import { TQRCodeComponent } from "@namiml/sdk-core"; export declare class NamiQRCode extends NamiElement { component: TQRCodeComponent; scaleFactor: number; protected styles(): import("lit").CSSResult; private renderQr; firstUpdated(): void; protected updated(changedProps: Map<string, unknown>): void; private get computedSize(); render(): import("lit-html").TemplateResult<1>; }