UNPKG

@mini-umi/core

Version:
16 lines (15 loc) 323 B
export declare class Plugin { private cwd; type: any; path: any; constructor(opts: any); static getPluginsAndPresets(opts: { cwd: string; pkg: any; userConfig: any; plugins?: string[]; presets?: string[]; prefix: string; }): void; apply(): any; }