From 45a214b1d544e998d86a0147982f57a5b234f4d6 Mon Sep 17 00:00:00 2001 From: Tommaso Di Fant Date: Tue, 7 Feb 2023 02:00:34 +0100 Subject: [PATCH] add type import --- index.d.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 9c00057..ff6544c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,9 @@ -import type {BlockContent, DefinitionContent, PhrasingContent} from 'mdast' +import type { + Parent, + BlockContent, + DefinitionContent, + PhrasingContent +} from 'mdast' export {directiveFromMarkdown, directiveToMarkdown} from './lib/index.js'