@namiml/web-sdk
Version:
Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web
16 lines (15 loc) • 488 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 NamiHeader extends NamiElementBase {
components: THeaderFooter;
zIndex: string;
inFullScreen: boolean;
inFocusedState: boolean;
scaleFactor: number;
minSDKVersion: TSemverObj;
private formFactor;
protected styles(): CSSResult;
render(): any[];
}