import { TableFeature } from "@adapttable/react/adapter"; import { tree as tree$1 } from "@adapttable/react/features"; //#region src/tree.d.ts /** * Render rows as an expandable tree, with MUI's own chevron. * * @public */ declare function tree(options: Parameters>[0]): TableFeature; //#endregion export { tree }; //# sourceMappingURL=tree.d.ts.map