fix lib type
This commit is contained in:
parent
78bdca4e23
commit
20745381db
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue