Merge pull request 'fix library type' (#115) from vi.document into dev

Reviewed-on: #115
This commit is contained in:
joseph 2025-03-13 20:45:38 +11:00
commit 008c335b79
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
}