Files
mooknote_web/node_modules/vue-loader/dist/plugin.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +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;