Skip to content

Commit 68e2d6c

Browse files
authored
fix(types): export ComponentOptionsMixin (#1361)
The newly introduced `ComponentOptionsMixin` was not re-exported.
1 parent 250eb4a commit 68e2d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export {
159159
} from './component'
160160
export {
161161
ComponentOptions,
162+
ComponentOptionsMixin,
162163
ComponentOptionsWithoutProps,
163164
ComponentOptionsWithObjectProps,
164165
ComponentOptionsWithArrayProps,

0 commit comments

Comments
 (0)