types(runtime-core): adjust Renderer's type declaration (#1566)
This commit is contained in:
@@ -66,7 +66,7 @@ import { invokeDirectiveHook } from './directives'
|
||||
import { startMeasure, endMeasure } from './profiling'
|
||||
import { ComponentPublicInstance } from './componentProxy'
|
||||
|
||||
export interface Renderer<HostElement = any> {
|
||||
export interface Renderer<HostElement = RendererElement> {
|
||||
render: RootRenderFunction<HostElement>
|
||||
createApp: CreateAppFunction<HostElement>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user