@tanstack/table-core
Version:
Headless UI for building powerful tables & datagrids for TS/JS.
8 lines • 302 B
TypeScript
import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-selection/rowSelectionFeature.d.ts
/**
* Feature that adds row selection state and APIs for row and page selection.
*/
declare const rowSelectionFeature: TableFeature;
//#endregion
export { rowSelectionFeature };