@dnd-kit/core
Version:
dnd kit – a lightweight React library for building performant and accessible drag and drop experiences
6 lines (5 loc) • 315 B
TypeScript
export { KeyboardSensor } from './KeyboardSensor';
export type { KeyboardSensorOptions, KeyboardSensorProps, } from './KeyboardSensor';
export type { KeyboardCoordinateGetter, KeyboardCodes } from './types';
export { KeyboardCode } from './types';
export { defaultKeyboardCoordinateGetter } from './defaults';