mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 00:38:18 +08:00
@@ -22,4 +22,4 @@ const processColor = (color, opacity = 1) => {
|
||||
return `rgba(${r},${g},${b},${a * opacity})`;
|
||||
};
|
||||
|
||||
module.exports = processColor;
|
||||
export default processColor;
|
||||
|
||||
Reference in New Issue
Block a user