UNPKG

@embrace-io/web-sdk

Version:
4 lines 274 B
import { NoOpPageManager } from "./NoOpPageManager/NoOpPageManager.cjs"; import { ProxyPageManager } from "./ProxyPageManager/ProxyPageManager.cjs"; import { PageManager, Route } from "./types.cjs"; export { NoOpPageManager, type PageManager, ProxyPageManager, type Route };