UNPKG

@skhemata/skhemata-crowdfunding-campaign

Version:

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

13 lines (12 loc) 411 B
import { CSSResult, LitElement } from 'lit'; export declare class BackedCampaignListItem extends LitElement { static styles: CSSResult[]; currencySymbols?: any; campaign?: any; pledges?: any; apiFull?: string; openStatus: boolean | undefined; addCurrencySymbols: (amount: string) => string; showPledges: () => Promise<void>; render(): import("lit-html").TemplateResult<1>; }