UNPKG

@tots/ngx-drag-scroll

Version:

Lightweight drag to scroll library for Angular

9 lines (8 loc) 184 B
export interface DragScrollOption { disabled: boolean; snapDisabled: boolean; scrollbarHidden: boolean; yDisabled: boolean; xDisabled: boolean; nav: boolean; }