UNPKG

stimulsoft-reports-js-vuejs

Version:

Stimulsoft Reports.JS is a reporting tool for VueJs

14 lines (11 loc) 297 B
import { Stimulsoft } from "./stimulsoft.reports" export { Stimulsoft }; type ViewerProperties = { report?: Stimulsoft.Report.StiReport; visible?: boolean, options?: Stimulsoft.Viewer.StiViewerOptions, id?: string, } export declare class Viewer { $props: ViewerProperties; }