import { d as ssr_context } from "./index.js"; import "clsx"; function onDestroy(fn) { /** @type {SSRContext} */ ssr_context.r.on_destroy(fn); } export { onDestroy as o };