|
@@ -29,7 +29,7 @@ export interface App<HostElement = any> {
|
|
|
rootContainer: HostElement | string,
|
|
rootContainer: HostElement | string,
|
|
|
isHydrate?: boolean
|
|
isHydrate?: boolean
|
|
|
): ComponentPublicInstance
|
|
): ComponentPublicInstance
|
|
|
- unmount(rootContainer: HostElement | string): void
|
|
|
|
|
|
|
+ unmount(): void
|
|
|
provide<T>(key: InjectionKey<T> | string, value: T): this
|
|
provide<T>(key: InjectionKey<T> | string, value: T): this
|
|
|
|
|
|
|
|
// internal, but we need to expose these for the server-renderer and devtools
|
|
// internal, but we need to expose these for the server-renderer and devtools
|