mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-24 21:25:18 +08:00
bug
This commit is contained in:
13
mayfly_go_web/shim.d.ts
vendored
13
mayfly_go_web/shim.d.ts
vendored
@@ -1,10 +1,21 @@
|
||||
/* eslint-disable */
|
||||
import {IDisposable} from 'monaco-editor';
|
||||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue';
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
completionItemProvider?: IDisposable | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
declare module 'sql-formatter';
|
||||
declare module 'jsoneditor';
|
||||
declare module 'asciinema-player';
|
||||
declare module 'monaco-editor';
|
||||
declare module 'monaco-editor';
|
||||
|
||||
Reference in New Issue
Block a user