UNPKG

@namiml/web-sdk

Version:

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

12 lines (11 loc) 363 B
import { CSSResult } from 'lit'; import { NamiElement } from '../NamiElement'; import { THeaderFooter } from '../../types/components/containers'; export declare class NamiFooter extends NamiElement { components: THeaderFooter; zIndex: string; inFocusedState: boolean; scaleFactor: number; protected styles(): CSSResult; render(): any[]; }