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 af39c7a commit 37ed24cCopy full SHA for 37ed24c
packages/browser/src/core/page/index.ts
@@ -3,10 +3,13 @@ export {
3
createBufferedPageContext,
4
createPageContext,
5
getDefaultBufferedPageContext,
6
- PageContext,
7
- BufferedPageContext,
8
getDefaultPageContext,
9
isBufferedPageContext,
10
} from '@segment/analytics-page-tools'
11
+export type {
+ BufferedPageContext,
12
+ PageContext,
13
+} from '@segment/analytics-page-tools'
14
+
15
export * from './add-page-context'
0 commit comments