UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

4 lines 436 B
import { EntityBundleRow } from '../EntityTreeTable'; import { TreeNode } from './useEntityTreeState'; export declare const useTableData: (tree: Record<string, TreeNode>, rootId: string, showRootNode: boolean, expanded: Record<string, boolean>, nextPageTokens: Record<string, string | undefined>, flattenTree: (nodeId: string, visited?: Set<string>) => EntityBundleRow[]) => EntityBundleRow[]; //# sourceMappingURL=useTableData.d.ts.map