UNPKG
@duell10111/apple-targets
Version:
latest (0.1.14)
0.1.14
0.0.6-alpha.2
0.0.6-alpha.1
0.0.6-alpha.0
Generate Apple Targets with Expo Prebuild
evanbacon/expo-apple-targets
@duell10111/apple-targets
/
build
/
colorset
/
customColorFromCSS.d.ts
11 lines
(10 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
function
customColorFromCSS
(
color:
string
):
{
/**
@example
`0.86584504117670746` */
red: number;
/**
@example
`0.26445041990630447` */
green: number;
/**
@example
`0.3248577810203549` */
blue: number;
/**
@example
`1` */
alpha: number; };