UNPKG
@alicloud/console-toolkit-plugin-docs
Version:
alpha (1.2.61-alpha.2)
beta (1.2.56)
latest (1.2.64)
1.2.64
1.2.63
1.2.62
1.2.61
1.2.61-alpha.2
1.2.61-alpha.1
1.2.61-alpha.0
1.2.59
1.2.56
1.2.56-alpha.4
1.2.56-alpha.2
1.2.56-alpha.1
1.2.56-alpha.0
console toolkit plugin for build docs
@alicloud/console-toolkit-plugin-docs
/
lib
/
scripts
/
configs
/
host.d.ts
9 lines
(8 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
BreezrPresetConfig
}
from
'@alicloud/console-toolkit-preset-official'
;
export
declare
const
config
:
(
{ port, isDev, }?: { port?:
number
|
undefined
; isDev?:
boolean
|
undefined
; }
) =>
{
presets
: (
string
|
BreezrPresetConfig
)[][];
plugins
:
string
[]; };