We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasInjectionContext
1 parent e849e2a commit faca5e6Copy full SHA for faca5e6
lib/v2.7/index.d.ts
@@ -34,3 +34,5 @@ export interface App<T = any> {
34
}
35
export declare function createApp(rootComponent: any, rootProps?: any): App
36
// #endregion
37
+
38
+export declare function hasInjectionContext(): boolean
lib/v2/index.d.ts
@@ -29,3 +29,5 @@ export {
29
version,
30
install,
31
32
33
0 commit comments