UNPKG
@devino.solutions/upup
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
@devino.solutions/upup
/
dist
/
frontend
/
types
/
file.d.ts
6 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
FilePreviewStatus
{
SupportedByFileViewer
=
"supported_by_file_viewer"
,
SupportedByHTMLObject
=
"supported_by_html_object"
,
Unsupported
=
"unsupported"
}