Skip to content

Commit 7c6d19c

Browse files
committed
fix: modify text
1 parent fee1f5d commit 7c6d19c

2 files changed

Lines changed: 301 additions & 275 deletions

File tree

packages/mdx-rs-parser/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/* auto-generated by NAPI-RS */
44

5-
export declare function parseToAst(content: string): string;
6-
export declare function generateFromAst(astJson: string): string;
7-
export declare function compileMdx(content: string): string;
5+
export declare function parseToAst(content: string): string
6+
export declare function generateFromAst(astJson: string): string
7+
export declare function compileMdx(content: string): string

0 commit comments

Comments
 (0)