import styled from 'styled-components/macro';

export const StyledSelectContainer = styled.div`
  position: relative;
`;

export const StyledOption = styled.div`
  height: 32px;
  line-height: 32px;
  overflow: hidden;
`;
