import type { Direction } from 'ag-charts-types';
export type RovingDirection = Direction | 'both';
