Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styled from 'styled-components';
const Select = styled.select`
line-height: 1em;
background-color: transparent;
border-style: none;
`;
export default Select;