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
/
index.d.ts
7 lines
(6 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
'dotenv/config'
;
import
{
PluginAPI
}
from
'@alicloud/console-toolkit-core'
;
import
{
IParams
}
from
'./types'
;
export
type
{
IParams
as
DocsPluginConfig
}
from
'./types'
;
declare
const
_default
:
(
api
:
PluginAPI
,
options
:
IParams
) =>
Promise
<
void
>;
export
default
_default;