Skip to content

Commit eae0ccb

Browse files
committed
chore: re-export deprecated component options types
1 parent 9b82005 commit eae0ccb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/runtime-core/src/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ export type {
269269
ComputedOptions,
270270
RuntimeCompilerOptions,
271271
ComponentInjectOptions,
272+
// deprecated
273+
ComponentOptionsWithoutProps,
274+
ComponentOptionsWithArrayProps,
275+
ComponentOptionsWithObjectProps,
272276
} from './componentOptions'
273277
export type {
274278
EmitsOptions,

0 commit comments

Comments
 (0)