chore: re-export deprecated component options types

This commit is contained in:
Evan You 2024-05-03 16:22:13 -07:00
parent 9b82005bf3
commit eae0ccb8e0
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 4 additions and 0 deletions

View File

@ -269,6 +269,10 @@ export type {
ComputedOptions,
RuntimeCompilerOptions,
ComponentInjectOptions,
// deprecated
ComponentOptionsWithoutProps,
ComponentOptionsWithArrayProps,
ComponentOptionsWithObjectProps,
} from './componentOptions'
export type {
EmitsOptions,