include onUnmount

This commit is contained in:
2026-04-28 22:31:25 +02:00
parent d46c5ca3af
commit 771f4a9f83

View File

@@ -512,4 +512,4 @@ if (typeof window !== "undefined") {
.forEach(tag => { window[tag] = (props, children) => h(tag, props, children) })
}
export { $, $$, watch, h, when, each, router, mount, batch }
export { $, $$, watch, batch, h, mount, when, each, router, onUnmount }