types(defineComponent): fix missing exported types (#2124)

This commit is contained in:
Carlos Rodrigues
2020-09-16 14:29:42 +01:00
committed by GitHub
parent 066d514d75
commit be27bbc5ad
3 changed files with 35 additions and 3 deletions

View File

@@ -174,8 +174,11 @@ export {
ComponentOptionsWithArrayProps,
ComponentCustomOptions,
ComponentOptionsBase,
RenderFunction
RenderFunction,
MethodOptions,
ComputedOptions
} from './componentOptions'
export { EmitsOptions, ObjectEmitsOptions } from './componentEmits'
export {
ComponentPublicInstance,
ComponentCustomProperties