import rgba from './rgba'; export default function (props) { return rgba(props.stroke, props.strokeOpacity); }