constants.js 89 B

12345
  1. const DIRECTION = {
  2. HOR: 'horizontal',
  3. VER: 'vertical',
  4. };
  5. export { DIRECTION };