File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,9 @@ export { defineComponent } from './defineComponent'
2
2
export { SetupFunction , SetupContext } from './componentOptions'
3
3
export { ComponentInstance , ComponentRenderProxy } from './componentProxy'
4
4
export { Data } from './common'
5
- export { PropType , PropOptions } from './componentProps'
5
+ export {
6
+ PropType ,
7
+ PropOptions ,
8
+ ExtractPropTypes ,
9
+ ExtractDefaultPropTypes ,
10
+ } from './componentProps'
Original file line number Diff line number Diff line change @@ -5,14 +5,9 @@ import { Plugin } from './install'
5
5
export const version = __VERSION__
6
6
7
7
export * from './apis'
8
+ export * from './component'
8
9
export { getCurrentInstance } from './runtimeContext'
9
- export {
10
- defineComponent ,
11
- ComponentRenderProxy ,
12
- PropType ,
13
- PropOptions ,
14
- SetupContext ,
15
- } from './component'
10
+
16
11
export default Plugin
17
12
18
13
declare module 'vue/types/options' {
You can’t perform that action at this time.
0 commit comments