types: (wip) improve dts output

This commit is contained in:
Evan You
2019-11-01 11:32:53 -04:00
parent 06c5b0a861
commit 5eee1152ca
9 changed files with 53 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ export { PublicPatchFlags as PatchFlags } from '@vue/shared'
export { getCurrentInstance } from './component'
// For custom renderers
export { createRenderer } from './createRenderer'
export { createRenderer, RootRenderFunction } from './createRenderer'
export { warn } from './warning'
export {
handleError,