import { styled } from '@project44-manifest/react-styles';

export const StyledDropdown = styled('div', {
  boxSizing: 'border-box',
});
