UNPKG

@tanstack/table-core

Version:

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

8 lines 276 B
import { TableFeature } from "../../types/TableFeatures.js"; //#region src/core/rows/coreRowsFeature.d.ts /** * Core feature that creates row APIs for values, cells, and tree traversal. */ declare const coreRowsFeature: TableFeature; //#endregion export { coreRowsFeature };