@tanstack/table-core
Version:
Headless UI for building powerful tables & datagrids for TS/JS.
8 lines • 300 B
TypeScript
import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-expanding/rowExpandingFeature.d.ts
/**
* Feature that adds row expansion state and APIs for expandable row trees.
*/
declare const rowExpandingFeature: TableFeature;
//#endregion
export { rowExpandingFeature };