Skip to content

Commit c3cd039

Browse files
authored
chore(tanstackstart-react): clean up re-exported types (#18393)
closes #18373
1 parent c8d8d21 commit c3cd039

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/tanstackstart-react/src/index.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
2222
export declare const getDefaultIntegrations: (options: Options) => Integration[];
2323
export declare const defaultStackParser: StackParser;
2424

25-
export declare function getSentryRelease(fallback?: string): string | undefined;
26-
2725
export declare const ErrorBoundary: typeof clientSdk.ErrorBoundary;
28-
export declare const createReduxEnhancer: typeof clientSdk.createReduxEnhancer;
29-
export declare const showReportDialog: typeof clientSdk.showReportDialog;
3026
export declare const withErrorBoundary: typeof clientSdk.withErrorBoundary;
3127

3228
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;

0 commit comments

Comments
 (0)