/** * Browser entry for the island mount runtime, served at * `/__wrnexus/island/runtime.js` and imported by the bootstrap only when a * `data-wrn-island` marker is present. */ export { discardDetachedRoots, islandRootCount, mountIslands, remountIslands, unmountIslands, } from "./island-runtime.ts"; export type { MountOptions } from "./island-runtime.ts"; export { setStoreResolver, useWrnActions, useWrnStore } from "./store-bridge.ts";