Repository URL to install this package:
import { ProductProps } from './typings'; declare const reArrangeProducts: (collisionProductId: string, currentDragId: string, products: ProductProps[]) => ProductProps[]; export { reArrangeProducts };