export type Tick = { value: number; offsetPercent: number; isEdge: boolean; };