UNPKG

@tanstack/table-core

Version:

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

8 lines 286 B
import { TableFeature } from "../../types/TableFeatures.js"; //#region src/core/columns/coreColumnsFeature.d.ts /** * Core feature that builds the column tree and exposes table/column APIs. */ declare const coreColumnsFeature: TableFeature; //#endregion export { coreColumnsFeature };