UNPKG

@skhemata/skhemata-crowdfunding-campaign

Version:

Skhemata Crowdfunding Campaign Web Component. This web component provides crowdfunding campaign functionality (reward/donation based) for a website.

21 lines (20 loc) 621 B
import '@power-elements/stripe-elements'; import { CSSResult, LitElement } from 'lit'; export declare class SkhemataFormStripe extends LitElement { static styles: CSSResult[]; error: any; output: any; unsupported: boolean; publishableKey: string; submitDisabled: boolean; source: any; clientSecret: string; contributionSk: string; contributionId: string; confirmInfo: {}; stripeElements?: HTMLElement | null; stripePaymentRequest?: HTMLElement | null; onSource(e: any): void; firstUpdated(): Promise<void>; render(): import("lit-html").TemplateResult<1>; }