UNPKG

@bernierllc/email-ui

Version:

React UI components for email management, templates, scheduling, and analytics

11 lines 437 B
import React from 'react'; import { EmailAnalytics, ComponentProps } from '../../types'; interface AnalyticsDashboardProps extends ComponentProps { analytics: EmailAnalytics[]; isLoading?: boolean; onRefresh?: () => Promise<void>; onExport?: (format: 'csv' | 'pdf') => Promise<void>; } export declare const AnalyticsDashboard: React.FC<AnalyticsDashboardProps>; export {}; //# sourceMappingURL=AnalyticsDashboard.d.ts.map