ranui
Version:
UI Component library based on `Web Component`
6 lines (5 loc) • 406 B
TypeScript
export declare const PPTX = "application/vnd.openxmlformats-officedocument.presentationml.presentation";
export declare const PDF = "application/pdf";
export declare const DOCX = "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
export declare const XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
export declare const XLS = "application/vnd.ms-excel";