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

7 lines
149 B
TypeScript
Raw Permalink Normal View History

2024-12-12 17:01:12 +01:00
import type { Compiler } from 'webpack';
declare class Plugin {
static NS: string;
apply(compiler: Compiler): void;
}
export default Plugin;