@tamagui/compose-refs
Advanced tools
Comparing version 1.118.0 to 1.118.1
{ | ||
"name": "@tamagui/compose-refs", | ||
"version": "1.118.0", | ||
"version": "1.118.1", | ||
"sideEffects": false, | ||
@@ -23,3 +23,3 @@ "source": "src/index.ts", | ||
"devDependencies": { | ||
"@tamagui/build": "1.118.0", | ||
"@tamagui/build": "1.118.1", | ||
"react": "*" | ||
@@ -26,0 +26,0 @@ }, |
import * as React from 'react'; | ||
type PossibleRef<T> = React.Ref<T> | React.ForwardedRef<T> | React.RefObject<T> | undefined; | ||
type PossibleRef<T> = React.Ref<T> | React.ForwardedRef<T> | React.RefObject<T> | React.Dispatch<React.SetStateAction<T | null>> | undefined; | ||
/** | ||
@@ -4,0 +4,0 @@ * Set a given ref to a given value |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25492
384