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

8 lines
232 B
TypeScript

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;