From 5a101aee11ef4f0ed6b9b0efca50f832ff8bd49b Mon Sep 17 00:00:00 2001 From: Finlay Sawyer <98081005+FinlayBP@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:50:38 +0100 Subject: [PATCH] feat: access to the code mirror editor (#115) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5fa82393..eedd07ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,6 +31,7 @@ export * from './jsx-editors/GenericJsxEditor' // code blocks export * from './plugins/sandpack' export * from './plugins/codemirror' +export * from './plugins/codemirror/CodeMirrorEditor' export * from './plugins/codeblock' // directives