ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
13 lines (12 loc) • 695 B
JavaScript
const e = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "gif", "bmp", "webp", "svg"]), t = /* @__PURE__ */ new Set(["mp3", "wav", "flac", "ape", "aac", "ogg"]), n = /* @__PURE__ */ new Set(["mp4", "avi", "mov", "wmv", "flv", "mkv"]), S = /* @__PURE__ */ new Set(["md", "mdx"]), p = /* @__PURE__ */ new Set(["zip", "rar", "7z", "tar", "gz"]), o = /* @__PURE__ */ new Set(["xlsx", "xls"]), c = /* @__PURE__ */ new Set(["ppt", "pptx"]), s = /* @__PURE__ */ new Set(["doc", "docx"]), w = /* @__PURE__ */ new Set(["pdf"]);
export {
t as AUDIO_EXTS,
o as EXCEL_EXTS,
e as IMG_EXTS,
S as MARKDOWN_EXTS,
w as PDF_EXTS,
c as PPT_EXTS,
n as VIDEO_EXTS,
s as WORD_EXTS,
p as ZIP_EXTS
};