Skip to content

Commit c507476

Browse files
committed
feat: export MonacoEditor
1 parent 7a051ec commit c507476

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { default as Repl } from './Repl.vue'
22
export { default as Preview } from './output/Preview.vue'
3+
export { default as MonacoEditor } from './editor/MonacoEditor.vue'
34
export { ReplStore, File } from './store'
45
export { compileFile } from './transform'
56
export type { Props as ReplProps } from './Repl.vue'

0 commit comments

Comments
 (0)