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-group.d.ts
7 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Plugin
}
from
'unified'
;
import
{
Root
}
from
'mdast'
;
declare
const
remarkCodeGroup
:
Plugin
<[],
Root
>;
export
{ remarkCodeGroup };