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
/
alpha.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
function
alpha
(
hex
:
string
,
opacity
:
number
):
string
;