mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 23:40:24 +08:00
10 lines
292 B
TypeScript
10 lines
292 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';
|
|
declare module 'jsoneditor';
|
|
declare module 'asciinema-player'; |