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 7b5af7c commit b351da2Copy full SHA for b351da2
packages/nextjs/src/index.types.ts
@@ -142,6 +142,7 @@ export declare function wrapPageComponentWithSentry<C>(WrappingTarget: C): C;
142
143
export { captureRequestError } from './common/captureRequestError';
144
145
+export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
146
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
147
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
148
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;
0 commit comments