UNPKG
@mescius/dspdfviewer
Version:
latest (9.0.0)
9.0.0
8.2.2
8.2.1
8.2.0
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.6
8.0.5
8.0.4
8.0.3
8.0.1
8.0.0
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
Document Solutions PDF Viewer
developer.mescius.com/document-solutions/javascript-pdf-viewer
@mescius/dspdfviewer
/
typings
/
Attachments
/
index.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
export
{
AttachmentsMsg
as
Msg
,
AttachmentsModel
as
Model
}
from
'./types'
;
export
{ init, update }
from
'./state'
;
export
{
Attachments
as
View
}
from
'./Attachments'
;