@namiml/web-sdk
Version:
Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web
13 lines (12 loc) • 416 B
TypeScript
import type { TRadioButton } from "@namiml/sdk-core";
import { NamiElement } from "../NamiElement";
import { type CSSResult } from "lit";
export declare class NamiRadioButton extends NamiElement {
component: TRadioButton;
inFocusedState: boolean;
scaleFactor: number;
constructor();
protected styles(): CSSResult;
private get isActive();
render(): import("lit-html").TemplateResult<1>;
}