export const BAR_MAP = { horizontal: { offset: 'offsetWidth', offsetSize: 'offsetX', scroll: 'scrollLeft', scrollSize: 'scrollWidth', size: 'width', key: 'horizontal', axis: 'X', client: 'clientX', direction: 'left', }, vertical: { offset: 'offsetHeight', offsetSize: 'offsetY', scroll: 'scrollTop', scrollSize: 'scrollHeight', size: 'height', key: 'vertical', axis: 'Y', client: 'clientY', direction: 'top', }, }