UNPKG
rehype-docm
Version:
beta (0.2.1)
latest (0.2.14)
0.2.14
0.2.6
0.2.1
0.2.0
0.1.1
Rehype plugin used by docm
github.com/meitianyitan/docm
meitianyitan/docm
rehype-docm
/
dist
/
index.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
root
:
string
,
useCodeSandbox
:
boolean
) =>
() =>
(
tree
:
any
,
fileInfo
:
any
) =>
Promise
<
any
>;
export
default
_default;