UNPKG

@namiml/web-sdk

Version:

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

20 lines (19 loc) 589 B
import { TPlayPauseButton } from '@namiml/sdk-core'; import { NamiElement } from '../NamiElement'; import { CSSResult } from 'lit'; import type { TSemverObj } from '@namiml/sdk-core'; export declare class NamiPlayPauseButton extends NamiElement { component: TPlayPauseButton; inFocusedState: boolean; scaleFactor: number; minSDKVersion: TSemverObj; private playing; constructor(); private _handleFocus; private _handleBlur; private _handleKeyDown; private _handleClick; updated(): void; protected styles(): CSSResult; render(): any[]; }