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