Skip to content

Commit 740805b

Browse files
committed
types?
1 parent ba6321c commit 740805b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/nextjs/src/index.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ export declare function init(
1919
options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions | edgeSdk.EdgeOptions,
2020
): void;
2121

22-
// eslint-disable-next-line deprecation/deprecation
23-
export declare const makeMain: typeof clientSdk.makeMain;
24-
// eslint-disable-next-line deprecation/deprecation
25-
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
2622
export declare const getClient: typeof clientSdk.getClient;
2723
export declare const getRootSpan: typeof serverSdk.getRootSpan;
2824
export declare const continueTrace: typeof clientSdk.continueTrace;

0 commit comments

Comments
 (0)