Explorar o código

fix(types): export ComponentOptionsMixin (#1361)

The newly introduced `ComponentOptionsMixin` was not re-exported.
Cédric Exbrayat %!s(int64=6) %!d(string=hai) anos
pai
achega
68e2d6c68a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/runtime-core/src/index.ts

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

@@ -159,6 +159,7 @@ export {
 } from './component'
 export {
   ComponentOptions,
+  ComponentOptionsMixin,
   ComponentOptionsWithoutProps,
   ComponentOptionsWithObjectProps,
   ComponentOptionsWithArrayProps,