const ModalSize = { SMALL: '300px', MEDIUM: '600px', LARGE: 'calc(100% - 70px)' } export default ModalSize