Skip to content

Commit 895669f

Browse files
committed
fix(types): export more types for v3 alignment (jsx / component options)
close #13078 close #13128
1 parent 73bdf14 commit 895669f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

types/index.d.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Vue } from './vue'
22
import './umd'
33
import './jsx'
4+
export * from './jsx'
45

56
export default Vue
67

@@ -49,7 +50,12 @@ export {
4950
ComputedOptions as ComponentComputedOptions,
5051
MethodOptions as ComponentMethodOptions,
5152
ComponentPropsOptions,
52-
ComponentCustomOptions
53+
ComponentCustomOptions,
54+
ComponentOptionsMixin,
55+
ComponentOptionsWithoutProps,
56+
ComponentOptionsWithArrayProps,
57+
ComponentOptionsWithProps,
58+
ComponentOptionsBase
5359
} from './v3-component-options'
5460
export {
5561
ComponentInstance,

0 commit comments

Comments
 (0)