Files
mooknote_web/node_modules/vue-loader/dist/pluginWebpack5.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

7 lines
167 B
TypeScript

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