UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

9 lines (8 loc) 152 B
export declare class EmailInfo { from: string; to: string; cc: string; subject: string; format: string; body: string; }