Skip to content

Commit

Permalink
fix(types): export more types for v3 alignment (jsx / component options)
Browse files Browse the repository at this point in the history
close #13078
close #13128
  • Loading branch information
yyx990803 committed Dec 14, 2023
1 parent 73bdf14 commit 895669f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion types/index.d.ts
@@ -1,6 +1,7 @@
import { Vue } from './vue'
import './umd'
import './jsx'
export * from './jsx'

export default Vue

Expand Down Expand Up @@ -49,7 +50,12 @@ export {
ComputedOptions as ComponentComputedOptions,
MethodOptions as ComponentMethodOptions,
ComponentPropsOptions,
ComponentCustomOptions
ComponentCustomOptions,
ComponentOptionsMixin,
ComponentOptionsWithoutProps,
ComponentOptionsWithArrayProps,
ComponentOptionsWithProps,
ComponentOptionsBase
} from './v3-component-options'
export {
ComponentInstance,
Expand Down

0 comments on commit 895669f

Please sign in to comment.