We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a017467 commit 3be5fc8Copy full SHA for 3be5fc8
mod.ts
@@ -1,6 +1,6 @@
1
/*! Cell v0.4.2 | Copyright 2024 Yoshiya Hinosawa and Capsule contributors | MIT license */
2
import { documentReady, logEvent } from "./util.ts"
3
-export { signal } from "@kt3k/signal"
+export { signal, groupSignal } from "@kt3k/signal"
4
5
interface Initializer {
6
// deno-lint-ignore no-explicit-any
0 commit comments