mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
10 lines
310 B
Go
10 lines
310 B
Go
// declare module 'vue3-sfc-loader' {
|
|
// import {AbstractPath, ModuleExport, Options} from 'vue3-sfc-loader/dist/types/vue3/types';
|
|
//
|
|
// declare function loadModule(path: AbstractPath, options?: Options): Promise<ModuleExport>;
|
|
//
|
|
// declare type AbstractPath = {
|
|
// toString(): string;
|
|
// }
|
|
// }
|