]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(types): export ComponentProvideOptions (#5947)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Wed, 18 May 2022 23:32:20 +0000 (01:32 +0200)
committerGitHub <noreply@github.com>
Wed, 18 May 2022 23:32:20 +0000 (19:32 -0400)
packages/runtime-core/src/index.ts

index ad4817d91b96c37354656f211fded76701a180b7..6e85afe4db5c8f0b4e6c3a7139cf03740b06eaff 100644 (file)
@@ -217,6 +217,7 @@ export {
   ComponentOptionsWithArrayProps,
   ComponentCustomOptions,
   ComponentOptionsBase,
+  ComponentProvideOptions,
   RenderFunction,
   MethodOptions,
   ComputedOptions,