|
@@ -105,7 +105,7 @@ export type RenderFunction = {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface ComponentInternalInstance {
|
|
export interface ComponentInternalInstance {
|
|
|
- type: FunctionalComponent | ComponentOptions
|
|
|
|
|
|
|
+ type: Component
|
|
|
parent: ComponentInternalInstance | null
|
|
parent: ComponentInternalInstance | null
|
|
|
appContext: AppContext
|
|
appContext: AppContext
|
|
|
root: ComponentInternalInstance
|
|
root: ComponentInternalInstance
|