UNPKG
@sprit/console-tag
Version:
latest (1.0.1)
1.0.1

github.com/fantian007/console-tag
fantian007/console-tag
@sprit/console-tag
/
dist
/
plugins
/
rspack
/
interface.d.ts
8 lines
(7 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
IOption
}
from
'../../interface'
;
export
interface
IRspackOption
extends
IOption
{
/** * html 插件实例 */
HtmlPlugin
:
any
; }