mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 20:17:52 +08:00
a67b795b36
close #6301
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { WebpackPlugin } from './types/plugin';
|
|
declare const Plugin: WebpackPlugin;
|
|
export = Plugin;
|