import styled from '@emotion/native'; import BaseOptionList from '../BaseOptionList'; export const StyledOptionList = styled(BaseOptionList)(({ theme }) => ({ paddingBottom: theme.__hd__.select.space.singleSelectContentPaddingBottom, })) as typeof BaseOptionList;