무지성으로 styled-components 공부하는중인데


-------------------------------------------------

const Button = styled.button` background: ${props => props.color ? props.color : 'yellow'}; `;

---------------------------------------------------------


여기서 2번째 줄에 "props =>" 의 의미가 뭐임? 문법적으로