UNPKG

@tanstack/table-core

Version:

Headless UI for building powerful tables & datagrids for TS/JS.

8 lines 304 B
import { TableFeature } from "../../types/TableFeatures.js"; //#region src/features/cell-selection/cellSelectionFeature.d.ts /** * Feature that adds spreadsheet-style cell range selection state and APIs. */ declare const cellSelectionFeature: TableFeature; //#endregion export { cellSelectionFeature };