UNPKG

@nitrogenbuilder/core

Version:

CMS Agnostic Page Builder for React projects

4 lines (3 loc) 261 B
import { KeyboardCoordinateGetter } from '@dnd-kit/core'; import type { SensorContext } from './types.js'; export declare const sortableTreeKeyboardCoordinates: (context: SensorContext, indicator: boolean, indentationWidth: number) => KeyboardCoordinateGetter;