UNPKG
@starzkg/vuepress-plugin-copy-code
Version:
beta (1.0.0-beta.25)
latest (1.0.0-beta.17)
next (1.0.0-beta.32)
1.0.0-beta.32
1.0.0-beta.31
1.0.0-beta.30
1.0.0-beta.29
1.0.0-beta.28
1.0.0-beta.27
1.0.0-beta.26
1.0.0-beta.25
1.0.0-beta.24
1.0.0-beta.23
1.0.0-beta.22
1.0.0-beta.20
1.0.0-beta.18
1.0.0-beta.17
Copy Code plugin for vuepress
shentuzhigang.cn/vuepress-theme-star
shentuzhigang/vuepress-theme-star
@starzkg/vuepress-plugin-copy-code
/
lib
/
node
/
index.d.ts
6 lines
(5 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Plugin
}
from
'@vuepress/core'
;
import
type
{
CopyCodeOptions
}
from
'../shared'
;
export
*
from
'../shared'
;
declare
const
copyCodePlugin
:
Plugin
<
CopyCodeOptions
>;
export
default
copyCodePlugin;