Merge pull request 'fix library type' (#115) from vi.document into dev
Reviewed-on: #115
This commit is contained in:
commit
008c335b79
|
|
@ -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