import { IDraggableItem } from '@/components';

export interface IDragAndDropProps {
  className?: string;
  initialItems: IDraggableItem[];
}
