UNPKG

rcx-virtual-list

Version:

Maximum performance for extremely large lists.<br/> Animation of elements is supported.

6 lines (5 loc) 245 B
/** * A value of -1 indicates the direction is up or left (if the list direction is horizontal). * A value of 1 indicates the direction is down or right (if the list direction is horizontal). */ export type ScrollDirection = -1 | 1 | 0;