friday-widgets
Version:
Professional embeddable accounting widgets for vertical SaaS platforms. Layer Financial-inspired design with comprehensive financial reporting capabilities.
11 lines • 352 B
TypeScript
/**
* Friday Customer Widget (Placeholder)
*
* This is a placeholder for the customer widget.
* Will be implemented in the next phase.
*/
import { BaseWidget } from '../core/base-widget.js';
export declare class CustomerWidget extends BaseWidget {
render(): import("lit-html").TemplateResult<1>;
}
//# sourceMappingURL=customer-widget.d.ts.map