export { splitRect } from "./split-rect.js"; export { bottomSection, endSection, startSection, topSection, centerSection } from "./section-mappings.js"; export { rectFromGridCellPosition } from "./rect-from-grid-cell-position.js"; export { expandRectsInDirection } from "./expand/expand-rects-in-direction.js"; export { expandDirectionFromKey } from "./expand/expand-direction-from-key.js"; export type { HandleRangeSelectionArgs } from "./selection/handle-range-selection.js"; export { handleRangeSelect } from "./selection/handle-range-selection.js"; export type { DataRect, Section, SectionedRect } from "./types.js";