@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) • 578 B
TypeScript
import { TVolumeButton } from '@namiml/sdk-core';
import { NamiElement } from '../NamiElement';
import { CSSResult } from 'lit';
import type { TSemverObj } from '@namiml/sdk-core';
export declare class NamiVolumeButton extends NamiElement {
component: TVolumeButton;
inFocusedState: boolean;
scaleFactor: number;
minSDKVersion: TSemverObj;
private muted;
constructor();
private _handleFocus;
private _handleBlur;
private _handleKeyDown;
private _handleClick;
updated(): void;
protected styles(): CSSResult;
render(): any[];
}