feat: file icon support doc and docx (#2289)

This commit is contained in:
Joel
2024-01-30 15:55:07 +08:00
committed by GitHub
parent 6d5b386394
commit 6f7fd6613a
8 changed files with 71 additions and 27 deletions

View File

@@ -1,4 +1,6 @@
export { default as Csv } from './Csv'
export { default as Doc } from './Doc'
export { default as Docx } from './Docx'
export { default as Html } from './Html'
export { default as Json } from './Json'
export { default as Md } from './Md'