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/headers/coreHeadersFeature.d.ts /** * Core feature that builds header groups and exposes header context APIs. */ declare const coreHeadersFeature: TableFeature; //#endregion export { coreHeadersFeature };