@namiml/web-sdk
Version:
Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web
14 lines (13 loc) • 437 B
TypeScript
import { CSSResult } from 'lit';
import { NamiElementBase } from '../NamiElement';
import { THeaderFooter } from '@namiml/sdk-core';
import type { TSemverObj } from '@namiml/sdk-core';
export declare class NamiFooter extends NamiElementBase {
components: THeaderFooter;
zIndex: string;
inFocusedState: boolean;
scaleFactor: number;
minSDKVersion: TSemverObj;
protected styles(): CSSResult;
render(): any[];
}