UNPKG
@ddongui/vuepress-plugin-demo-block
Version:
latest (2.0.0-beta.51.2)
2.0.0-beta.51.2
2.0.0-beta.51.1
2.0.0-beta.51
2.0.0-beta.50
2.0.0-beta.49
@ddongui/vuepress-plugin-demo-block
/
dist
/
index.d.ts
9 lines
(6 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Plugin
}
from
'@vuepress/core'
;
declare
function
DemoBlockPlugin
(
option
?:
Option
):
Plugin
;
declare
type
Option
= {
examplesPath
?:
string
; };
export
{
DemoBlockPlugin
as
demoBlockPlugin };