UNPKG

@dnd-kit/core

Version:

dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

3 lines (2 loc) 144 B
import type { UniqueIdentifier } from '../../../types'; export declare function useKey(id: UniqueIdentifier | undefined): number | undefined;