Files
20250612/app_vue/node_modules/vue-loader/dist/plugin.d.ts
2025-06-20 18:01:48 +08:00

7 lines
149 B
TypeScript

import type { Compiler } from 'webpack';
declare class Plugin {
static NS: string;
apply(compiler: Compiler): void;
}
export default Plugin;