UNPKG

@dnd-kit/core

Version:

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

4 lines (3 loc) 208 B
import { KeyboardCoordinateGetter, KeyboardCodes } from './types'; export declare const defaultKeyboardCodes: KeyboardCodes; export declare const defaultKeyboardCoordinateGetter: KeyboardCoordinateGetter;