mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
8 lines
228 B
TypeScript
8 lines
228 B
TypeScript
|
|
/* eslint-disable */
|
||
|
|
declare module '*.vue' {
|
||
|
|
import type { DefineComponent } from 'vue';
|
||
|
|
const component: DefineComponent<{}, {}, any>;
|
||
|
|
export default component;
|
||
|
|
}
|
||
|
|
declare module 'codemirror';
|
||
|
|
declare module 'sql-formatter';
|