qauMaWeb/node_modules/vue-loader/dist/plugin.d.ts

8 lines
232 B
TypeScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
import webpack = require('webpack');
declare class VueLoaderPlugin implements webpack.Plugin {
static NS: string;
apply(compiler: webpack.Compiler): void;
}
declare let Plugin: typeof VueLoaderPlugin;
export default Plugin;