UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

7 lines (6 loc) 179 B
export declare class ReportServerSettings { url: string; username: string; password: string; constructor(url: string, username: string, password: string); }