mirror of https://github.com/vuejs/core.git
chore: re-export deprecated component options types
This commit is contained in:
parent
9b82005bf3
commit
eae0ccb8e0
|
@ -269,6 +269,10 @@ export type {
|
|||
ComputedOptions,
|
||||
RuntimeCompilerOptions,
|
||||
ComponentInjectOptions,
|
||||
// deprecated
|
||||
ComponentOptionsWithoutProps,
|
||||
ComponentOptionsWithArrayProps,
|
||||
ComponentOptionsWithObjectProps,
|
||||
} from './componentOptions'
|
||||
export type {
|
||||
EmitsOptions,
|
||||
|
|
Loading…
Reference in New Issue