Movatterモバイル変換


[0]ホーム

URL:


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
/vuePublic

Commit895669f

Browse files
committed
fix(types): export more types for v3 alignment (jsx / component options)
close#13078close#13128
1 parent73bdf14 commit895669f

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
exportdefaultVue
67

@@ -49,7 +50,12 @@ export {
4950
ComputedOptionsasComponentComputedOptions,
5051
MethodOptionsasComponentMethodOptions,
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)

[8]ページ先頭

©2009-2025 Movatter.jp