UNPKG

box-ui-elements

Version:
3 lines (2 loc) 106 B
export type AccessorFunction = (datum: any) => number; export type Direction = 'horizontal' | 'vertical';