UNPKG

vue-svg-loader

Version:
7 lines (6 loc) 188 B
import { Compiler, Plugin } from 'webpack'; declare class VueLoaderPlugin implements Plugin { static NS: string; apply(compiler: Compiler): void; } export default VueLoaderPlugin;