UNPKG

@skhemata/skhemata-crowdfunding-campaign

Version:

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

11 lines (10 loc) 379 B
import '@power-elements/stripe-elements'; import { CSSResult, LitElement } from 'lit'; export declare class CreateAccountContribution extends LitElement { static styles: CSSResult[]; submitDisabled: boolean; authState: boolean; handleAuthStateChange: () => void; handleCreateAccount: () => Promise<void>; render(): import("lit-html").TemplateResult<1>; }