export type TuseShowAreaOfArray = { array: T[]; areaForward: number; areaBackward: number; areaStart?: number; };