| 1234567 |
- import { DataComponent as DC } from '../runtime';
- export type ClusterOptions = Omit<Record<string, any>, 'type'>;
- export declare const hierarchyFunction: (layoutFunction: any) => (options: any) => (data: any) => {
- nodes: any[];
- edges: any;
- };
- export declare const Cluster: DC<ClusterOptions>;
|