Skip to content

Commit

Permalink
fix: add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed May 24, 2022
1 parent 4b22995 commit ca60eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -15,5 +15,5 @@ declare module 'mdx-mermaid' {
export type MermaidProps = mMermaidProps
export type Mermaid = typeof mMermaid
}
type mdxmermaid = typeof plugin
}
export default plugin

0 comments on commit ca60eef

Please sign in to comment.