UNPKG
svem
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Svelte in Markdown preprocessor
github.com/beerush-id/svem
beerush-id/svem
svem
/
dist
/
plugins
/
code-preview.d.ts
8 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Plugin
}
from
'unified'
;
import
{
XNode
}
from
'./attribute.js'
;
import
'mdast'
;
declare
const
remarkCodePreview
:
Plugin
<[],
XNode
>;
export
{ remarkCodePreview };