Parcourir la source

fix(types): export ComponentProvideOptions (#5947)

Cédric Exbrayat il y a 4 ans
Parent
commit
3e2850fa6c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,