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.
1 parent 6f2e0aa commit 7b5af7cCopy full SHA for 7b5af7c
packages/nuxt/src/index.types.ts
@@ -19,6 +19,7 @@ export declare const defaultStackParser: StackParser;
19
20
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
21
22
+export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
23
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
24
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
25
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;
0 commit comments