Skip to content

Commit

Permalink
feat: export Preview component (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekosaur committed Jun 26, 2022
1 parent 6b9b7bc commit 0b93cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as Repl } from './Repl.vue'
export { default as Preview } from './output/Preview.vue'
export { ReplStore, File } from './store'
export { compileFile } from './transform'
export type { Props as ReplProps } from './Repl.vue'
Expand Down

0 comments on commit 0b93cd6

Please sign in to comment.