@tanstack/table-core
Version:
Headless UI for building powerful tables & datagrids for TS/JS.
8 lines • 295 B
TypeScript
import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/row-models/coreRowModelsFeature.d.ts
/**
* Core feature that wires table row-model accessors and row-model caches.
*/
declare const coreRowModelsFeature: TableFeature;
//#endregion
export { coreRowModelsFeature };