UNPKG

@embrace-io/web-sdk

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