Box.defaultProps = {
      size: 'medium',
    };
    
    const styles = StyleSheet.create({
      box: {
        backgroundColor: 'black',
      },
      rounded: {
        borderRadius: 16,
      },
      small: {
        width: 32,
        height: 32,
      },
      medium: {
        width: 64,
        height: 64,
      },
      large: {
        width: 128,
        height: 128,
      },
    });
    
    const sizes = {
      small: styles.small,
      medium: styles.medium,
      large: styles.large,
    };
    
    export default Box;
    신간 소식 구독하기
    뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.