UNPKG
@vuepress/plugin-markdown-preview
Version:
latest (2.0.0-rc.107)
next (2.0.0-rc.112)
2.0.0-rc.112
2.0.0-rc.111
2.0.0-rc.110
2.0.0-rc.109
2.0.0-rc.108
2.0.0-rc.107
VuePress plugin - preview
ecosystem.vuejs.press/plugins/markdown/preview.html
vuepress/ecosystem
@vuepress/plugin-markdown-preview
/
lib
/
client
/
config.d.ts
6 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
import
*
as
vuepress_client
from
'vuepress/client'
;
declare
const
_default
: vuepress_client.
ClientConfig
;
export
{ _default
as
default
};