|
|
@@ -10,7 +10,11 @@ export {
|
|
|
} from './vnode'
|
|
|
|
|
|
export { nextTick } from './scheduler'
|
|
|
-export { createComponent, FunctionalComponent } from './component'
|
|
|
+export {
|
|
|
+ createComponent,
|
|
|
+ getCurrentInstance,
|
|
|
+ FunctionalComponent
|
|
|
+} from './component'
|
|
|
export { createRenderer, RendererOptions } from './createRenderer'
|
|
|
export { Slot, Slots } from './componentSlots'
|
|
|
export { PropType, ComponentPropsOptions } from './componentProps'
|