UNPKG
native-variants
Version:
latest (0.1.69)
0.1.69
0.1.64
0.1.63
0.1.62
0.1.61
0.1.56
0.1.55
0.1.54
0.1.53
0.1.51
0.1.47
0.1.44
0.1.42
0.1.41
0.1.40
0.1.39
0.1.38
0.1.35
0.1.34
0.1.33
0.1.32
0.1.30
0.1.29
0.1.28
0.1.27
A library for handling variants in React Native components with theme support.
native-variants
/
dist
/
utils
/
compose-refs.d.ts
4 lines
(3 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
type PossibleRef
<
T
>
=
React.Ref
<
T
>
|
undefined; export declare
function
composeRefs
<
T
>
(
...refs
:
PossibleRef
<
T
>
[
]
)
:
React.RefCallback
<
T
>
; export
{
}
;