Skip to content

Commit 9086876

Browse files
committed
fix(type): export error about UpdateFlag
1 parent e26aa87 commit 9086876

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
export { default as Repl } from './Repl.vue'
2-
export {
3-
default as Preview,
4-
UpdateFlag as PreviewUpdateFlag,
5-
} from './output/Preview.vue'
2+
export { default as Preview } from './output/Preview.vue'
63
export { default as MonacoEditor } from './editor/MonacoEditor.vue'
74
export { ReplStore, File, defaultMainFile } from './store'
85
export { compileFile } from './transform'
96
export type { Props as ReplProps } from './Repl.vue'
107
export type { Store, StoreOptions, SFCOptions, StoreState } from './store'
118
export type { OutputModes } from './output/types'
9+
export type { UpdateFlag as PreviewUpdateFlag } from './output/Preview.vue'

0 commit comments

Comments
 (0)