Skip to content

Commit 8e67fb3

Browse files
authored
Fix types
Closes GH-8.
1 parent f9dffd8 commit 8e67fb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.d.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import type {BlockContent, DefinitionContent, PhrasingContent} from 'mdast'
1+
import type {
2+
Parent,
3+
BlockContent,
4+
DefinitionContent,
5+
PhrasingContent
6+
} from 'mdast'
27

38
export {directiveFromMarkdown, directiveToMarkdown} from './lib/index.js'
49

0 commit comments

Comments
 (0)