Skip to content

Commit

Permalink
chore: re-export deprecated component options types
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 3, 2024
1 parent 9b82005 commit eae0ccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/runtime-core/src/index.ts
Expand Up @@ -269,6 +269,10 @@ export type {
ComputedOptions,
RuntimeCompilerOptions,
ComponentInjectOptions,
// deprecated
ComponentOptionsWithoutProps,
ComponentOptionsWithArrayProps,
ComponentOptionsWithObjectProps,
} from './componentOptions'
export type {
EmitsOptions,
Expand Down

0 comments on commit eae0ccb

Please sign in to comment.