Home
last modified time | relevance | path

Searched refs:isWebColor (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-linear-gradient/src/
H A DnormalizeColor.ts10 const isWebColor = (color: string): boolean => constant
19 if (typeof color === 'string' && isWebColor(color)) {
/expo/packages/expo-linear-gradient/build/
H A DnormalizeColor.js9 const isWebColor = (color) => color === 'currentcolor' || function
16 if (typeof color === 'string' && isWebColor(color)) {
H A DnormalizeColor.js.map1isWebColor = (color: string): boolean =>\n color === 'currentcolor' ||\n color === 'currentColor…