UNPKG

@tanstack/table-core

Version:

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

8 lines 267 B
import { TableFeature } from "../../types/TableFeatures.js"; //#region src/core/cells/coreCellsFeature.d.ts /** * Core feature that adds cell value, render, and context APIs. */ declare const coreCellsFeature: TableFeature; //#endregion export { coreCellsFeature };