UNPKG

mss-doc-viewer

Version:

A simple typehead library developed by MSS development team to be used for document viewer

13 lines (12 loc) 342 B
export declare enum SupportedDocumentsTypes { DOC = "application/msword", DOCX = "docx", EXCEL = "application/vnd.ms-excel", PPT = "application/vnd.ms-powerpoint", PDF = "application/pdf", PNG = "image/png", JPG = "image/jpeg", SVG = "image/svg+xml", XML = "application/xml", TXT = "txt" }