Browse Source

fix(types): export ComponentProvideOptions (#5947)

Cédric Exbrayat 4 years ago
parent
commit
3e2850fa6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/runtime-core/src/index.ts

+ 1 - 0
packages/runtime-core/src/index.ts

@@ -217,6 +217,7 @@ export {
   ComponentOptionsWithArrayProps,
   ComponentCustomOptions,
   ComponentOptionsBase,
+  ComponentProvideOptions,
   RenderFunction,
   MethodOptions,
   ComputedOptions,