mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 21:45:10 +00:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
import rgba from './rgba';
|
|
export default function (props) {
|
|
return rgba(props.stroke, props.strokeOpacity);
|
|
}
|