fix library type #115

Merged
joseph merged 1 commits from vi.document into dev 2025-03-13 20:45:39 +11:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 20745381db - Show all commits

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
}