UNPKG

@aplus-frontend/ui

Version:

3 lines (2 loc) 151 B
import { ApDraggableGridItem } from '../interface'; export declare function sortItemsByRowAndCol(items: ApDraggableGridItem[]): ApDraggableGridItem[];