Home
last modified time | relevance | path

Searched defs:isWebColor (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-linear-gradient/build/
H A DnormalizeColor.js9 const isWebColor = (color) => color === 'currentcolor' || function
/expo/packages/expo-linear-gradient/src/
H A DnormalizeColor.ts10 const isWebColor = (color: string): boolean => constant