File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ export {
17
17
VueMixin ,
18
18
VueStatic ,
19
19
VueConstructor ,
20
- EmitsOptions ,
21
- ObjectEmitsOptions ,
22
20
PublicProps ,
23
21
} from './vue'
24
22
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import {
10
10
proxyRefs ,
11
11
Prop ,
12
12
ComponentObjectPropsOptions ,
13
+ EmitsOptions ,
13
14
} from 'vue'
14
15
import { VueWithProps } from './props'
15
16
@@ -116,12 +117,6 @@ export interface ClassComponentHooks {
116
117
serverPrefetch ?( ) : Promise < unknown >
117
118
}
118
119
119
- export type ObjectEmitsOptions = Record <
120
- string ,
121
- ( ( ...args : any [ ] ) => any ) | null
122
- >
123
- export type EmitsOptions = ObjectEmitsOptions | string [ ]
124
-
125
120
export type Vue <
126
121
Props = unknown ,
127
122
Emits extends EmitsOptions = { } ,
You can’t perform that action at this time.
0 commit comments