UNPKG

rcx-virtual-list

Version:

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

4 lines (3 loc) 213 B
import { SnappingMethod } from "../enums"; export declare const isSnappingMethodAdvenced: (method: SnappingMethod) => boolean; export declare const isSnappingMethodDefault: (method: SnappingMethod) => boolean;