Skip to content

Commit 1edc803

Browse files
committed
fix patch
1 parent 5d003ff commit 1edc803

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/lib/index.d.ts b/lib/index.d.ts
2+
index 0e8563eb2fe2aad42400d3aad666f36df0dbc16a..d20f18817ab64c586de59eb411fd739ece028a95 100644
3+
--- a/lib/index.d.ts
4+
+++ b/lib/index.d.ts
5+
@@ -1,6 +1,6 @@
6+
/** @type {import('unified').Plugin<[Options?] | void[], string, Root>} */
7+
export default function remarkParse(
8+
- options: void | import('mdast-util-from-markdown/lib').Options | undefined
9+
+ options: void | import('mdast-util-from-markdown').Options | undefined
10+
): void
11+
export type Root = import('mdast').Root
12+
export type Options = import('mdast-util-from-markdown').Options

0 commit comments

Comments
 (0)