UNPKG

angular-gridster2

Version:
5 lines (4 loc) 428 B
import { GridsterResizeEventType } from './gridsterResizeEventType.interface'; import { GridsterItemComponentInterface } from './gridsterItemComponent.interface'; export declare function scroll(gridsterItem: GridsterItemComponentInterface, e: MouseEvent, lastMouse: any, calculateItemPosition: Function, resize?: boolean, resizeEventScrollType?: GridsterResizeEventType): void; export declare function cancelScroll(): void;