import type { KeyboardCoordinateGetter } from '@dnd-kit/core'; /** * Function to return `KeyboardCoordinateGetter` to be passed into the keyboard sensor */ export declare const coordinatesFactory: (rowHeight: number) => KeyboardCoordinateGetter; //# sourceMappingURL=coordinates.d.ts.map