UNPKG

@sprit/console-tag

Version:
8 lines (7 loc) 163 B
import { IOption } from '../../interface'; export interface IRspackOption extends IOption { /** * html 插件实例 */ HtmlPlugin: any; }