UNPKG

@namiml/web-sdk

Version:

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

19 lines (18 loc) 580 B
import { CSSResult } from 'lit'; import { NamiElement } from '../NamiElement'; import { TResponsiveGrid } from '../../types/components/containers'; export declare class NamiResponsiveGrid extends NamiElement { component: TResponsiveGrid; inFocusedState: boolean; scaleFactor: number; private mouseDown; private startX; scrollLeft: any; connectedCallback(): void; disconnectedCallback(): void; startDragging: (e: any) => void; stopDragging: () => void; move: (e: any) => void; protected styles(): CSSResult; render(): any[][]; }