types(ComponentInternalInstance): ComponentInternalInstance.type could reuse Component type (#824)
This commit is contained in:
parent
c450ede12d
commit
703c9bc61f
@ -105,7 +105,7 @@ export type RenderFunction = {
|
||||
}
|
||||
|
||||
export interface ComponentInternalInstance {
|
||||
type: FunctionalComponent | ComponentOptions
|
||||
type: Component
|
||||
parent: ComponentInternalInstance | null
|
||||
appContext: AppContext
|
||||
root: ComponentInternalInstance
|
||||
|
Loading…
Reference in New Issue
Block a user