We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2a051 commit 354e6fcCopy full SHA for 354e6fc
src/index.ts
@@ -1 +1,3 @@
1
-export {}
+export { tagFactory } from "./tagFactory.ts"
2
+export { tags } from "./tags.ts"
3
+export { Signal, effect, derived } from "./signal.ts"
0 commit comments