UNPKG
@studiocms/mdx
Version:
beta (0.1.0-beta.13)
latest (0.1.0-beta.30)
0.1.0-beta.30
0.1.0-beta.29
0.1.0-beta.28
0.1.0-beta.27
0.1.0-beta.26
0.1.0-beta.25
0.1.0-beta.24
0.1.0-beta.23
0.1.0-beta.22
0.1.0-beta.21
0.1.0-beta.20
0.1.0-beta.19
0.1.0-beta.18
0.1.0-beta.17
0.1.0-beta.16
0.1.0-beta.15
0.1.0-beta.14
0.1.0-beta.13
Add MDX Support to your StudioCMS project with ease!
studiocms.dev
withstudiocms/studiocms
@studiocms/mdx
/
dist
/
types.d.ts
9 lines
(8 loc)
•
306 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
EvaluateOptions
}
from
'@mdx-js/mdx'
;
import
type
{
PluggableList
}
from
'unified'
;
export
interface
MDXPluginOptions
{
remarkPlugins
?:
PluggableList
;
rehypePlugins
?:
PluggableList
;
recmaPlugins
?:
PluggableList
;
remarkRehypeOptions
?:
EvaluateOptions
[
'remarkRehypeOptions'
]; }