vue-simple
Version:
Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.
27 lines (25 loc) • 338 B
TypeScript
/**
* 常用 mimetype:
*/
declare var MIME:{
bin:string;
pdf:string;
doc:string;
docx:string;
xls:string;
xlsx:string;
ppt:string;
pptx:string;
gz:string;
zip:string;
mp3:string;
m3u:string;
jpg:string;
bmp:string;
ico:string;
txt:string;
css:string;
html:string;
json:string;
};
export { MIME };