Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 895669f

Browse files
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‎

Lines changed: 7 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /