We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3150f19 + 4790234 commit e2f0c02Copy full SHA for e2f0c02
1 file changed
src/components/FileViewer/FileViewer.tsx
@@ -43,6 +43,7 @@ export interface FileContentProps {
43
fileType: string
44
className?: string
45
role?: string
46
+ contentType?: string
47
}
48
49
const IMG_TYPE_LIST = [
0 commit comments