import styled from '@emotion/styled'; export const DropdownMenuSeparator = styled.div` background-color: ${(props) => props.theme.lightBorder}; height: 1px; width: 100%; `;