Skip to content

Commit 61b596e

Browse files
Adjust exports
1 parent a32007a commit 61b596e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ const install = (app: App, options: Props) => {
1414

1515
CodeBlock.install = install;
1616

17+
export const CodeBlock = CodeBlock;
18+
1719
export default CodeBlock as unknown as Plugin;

0 commit comments

Comments
 (0)