2025-04-02 21:57:33 +08:00

7 lines
197 B
TypeScript

import webpack = require('webpack');
declare class VueLoaderPlugin implements webpack.Plugin {
static NS: string;
apply(compiler: webpack.Compiler): void;
}
export default VueLoaderPlugin;