We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dffd8 commit 8e67fb3Copy full SHA for 8e67fb3
index.d.ts
@@ -1,4 +1,9 @@
1
-import type {BlockContent, DefinitionContent, PhrasingContent} from 'mdast'
+import type {
2
+ Parent,
3
+ BlockContent,
4
+ DefinitionContent,
5
+ PhrasingContent
6
+} from 'mdast'
7
8
export {directiveFromMarkdown, directiveToMarkdown} from './lib/index.js'
9
0 commit comments