import styled from 'styled-components'; export const SpanStyle = styled.span` position: absolute; right: -5px; bottom: 0; z-index: 1; width: 10px; height: 100%; cursor: col-resize; `;