{"version":3,"file":"types.js","names":[],"sources":["../../../../src/elements/DraggableSortable/useDraggableSortable/types.ts"],"sourcesContent":["import type { SyntheticListenerMap } from '@dnd-kit/core/dist/hooks/utilities'\nimport type { HTMLAttributes } from 'react'\n\nexport type UseDraggableSortableReturn = {\n readonly attributes: HTMLAttributes\n readonly isDragging?: boolean\n readonly listeners: SyntheticListenerMap\n readonly setNodeRef: (node: HTMLElement | null) => void\n readonly transform: string\n readonly transition: string\n}\n"],"mappings":"AAGA","ignoreList":[]}