We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9b7bc commit 0b93cd6Copy full SHA for 0b93cd6
src/index.ts
@@ -1,4 +1,5 @@
1
export { default as Repl } from './Repl.vue'
2
+export { default as Preview } from './output/Preview.vue'
3
export { ReplStore, File } from './store'
4
export { compileFile } from './transform'
5
export type { Props as ReplProps } from './Repl.vue'
0 commit comments