UNPKG

friday-widgets

Version:

Professional embeddable accounting widgets for vertical SaaS platforms. Layer Financial-inspired design with comprehensive financial reporting capabilities.

11 lines 348 B
/** * Friday Payment Widget (Placeholder) * * This is a placeholder for the payment widget. * Will be implemented in the next phase. */ import { BaseWidget } from '../core/base-widget.js'; export declare class PaymentWidget extends BaseWidget { render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=payment-widget.d.ts.map