All files / components/modal modal-size.js

0% Statements 0/3
100% Branches 0/0
100% Functions 0/0
0% Lines 0/2
1 2 3 4 5 6 7 8               
const ModalSize = {
  SMALL: '300px',
  MEDIUM: '600px',
  LARGE: 'calc(100% - 70px)'
}
 
export default ModalSize