UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

7 lines (6 loc) 165 B
import { LicenseInfo } from "./LicenseInfoType"; export declare type ConfigurationInfo = { version: string; license: LicenseInfo; options: any; };