UNPKG

rcx-virtual-list

Version:

Maximum performance for extremely large lists.<br/> Flexible, and actively maintained React library that excels with high-performance, feature-rich virtualized lists—including grouping, sticky headers, snapping, animations, and both scroll directions. Wh

9 lines (8 loc) • 329 B
import { Directions } from "./directions"; /** * Axis of the arrangement of virtual list elements. * @link https://github.com/DjonnyX/rcx-virtual-list/tree/main/src/lib/src/enums/direction.ts * @author Evgenii Grebennikov * @email djonnyx@gmail.com */ export type Direction = Directions | 'hotizontal' | 'vertical';