Skip to content

Commit

Permalink
export useful types
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioCoser committed Jan 9, 2025
1 parent f32e21a commit 0cfea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dom/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './h'
export * from './html'
export type { Component, HTMLComponent, Children, Child } from "./types";
1 change: 1 addition & 0 deletions src/reactivity/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { signal } from "./signal";
export { effect } from "./effect";
export { derive, d } from "./derive";
export type { Accessor, Setter, Signal } from "./types";

0 comments on commit 0cfea87

Please sign in to comment.