Skip to content

Commit

Permalink
add new hooks to export
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Oct 31, 2024
1 parent ace8714 commit 78cd2e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export * from "./components"
export * from "./Circuit"
export * from "./hooks/use-rendered-circuit"
export * from "./hooks/create-use-component"
export * from "./hooks/use-capacitor"
export * from "./hooks/use-chip"
export * from "./hooks/use-resistor"

import "./register-catalogue"
import "./fiber/intrinsic-jsx"

0 comments on commit 78cd2e0

Please sign in to comment.