fix lib type

This commit is contained in:
dbdbd9 2025-03-13 15:09:22 +07:00
parent 78bdca4e23
commit 20745381db
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@ declare module '*.css'
declare module '@codemirror/lang-javascript'
declare const __VITE_BACKEND_URL__: string
declare module 'react-file-viewer' {
const FileViewer: any
export default FileViewer
}