UNPKG

react-native-web-internals

Version:

React Native for Web

7 lines (6 loc) 250 B
const isWebColor = (color) => color === "currentcolor" || color === "currentColor" || color === "inherit" || color.startsWith("var("); var isWebColor_default = isWebColor; export { isWebColor_default as default }; //# sourceMappingURL=index.js.map