UNPKG
stimulsoft-reports-js-vuejs
Version:
latest (2025.4.1)
2025.4.1
2025.3.5
2025.3.4
2025.3.3
2025.3.2
2025.3.1
2025.2.5
2025.2.4
2025.2.3
2025.2.2
2025.2.1
Stimulsoft Reports.JS is a reporting tool for VueJs
www.stimulsoft.com
stimulsoft-reports-js-vuejs
/
viewer.d.ts
14 lines
(11 loc)
•
297 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
; }