@solid-primitives/refs
Advanced tools
Comparing version
import { JSX, Accessor } from 'solid-js'; | ||
export { ResolvedChildren, ResolvedJSXElement } from '@solid-primitives/utils'; | ||
export { ResolvedChildren, ResolvedJSXElement } from 'solid-js/types/reactive/signal.js'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@solid-primitives/refs", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Library of primitives, components and directives for SolidJS that help managing references to JSX elements.", | ||
@@ -52,3 +52,3 @@ "author": "Damian Tarnawski @thetarnav <gthetarnav@gmail.com>", | ||
"dependencies": { | ||
"@solid-primitives/utils": "^6.2.2" | ||
"@solid-primitives/utils": "^6.2.3" | ||
}, | ||
@@ -55,0 +55,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
29833
0.07%