Files
Arbitrate-FrontendH5/node_modules/vue-loader/dist/plugin.d.ts
T

7 lines
149 B
TypeScript
Raw Normal View History

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