export type AccessorFunction = (datum: any) => number;
export type Direction = 'horizontal' | 'vertical';
