Icard/angular-clarity-master(work.../node_modules/angular-gridster2/lib/gridsterCompact.service.d.ts

12 lines
402 B
TypeScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
import { GridsterComponentInterface } from './gridster.interface';
import { GridsterItem } from './gridsterItem.interface';
export declare class GridsterCompact {
private gridster;
constructor(gridster: GridsterComponentInterface);
destroy(): void;
checkCompact(): void;
checkCompactItem(item: GridsterItem): void;
private checkCompactMovement;
private moveTillCollision;
}