Skip to content

Commit

Permalink
chore(release): publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Sep 21, 2023
1 parent 3bb7f8d commit 7c3c391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export interface CompileOptions {
development: boolean;
root: string;
}

/** Turn MDX into JavaScript. */
export function compile(options: CompileOptions): Promise<Output>;
export function compileSync(options: CompileOptions): Output;

0 comments on commit 7c3c391

Please sign in to comment.