3 lines
290 B
TypeScript
3 lines
290 B
TypeScript
import type { IConnections, NodeConnectionType } from '../interfaces';
|
|
export declare function getChildNodes(connectionsBySourceNode: IConnections, nodeName: string, type?: NodeConnectionType | 'ALL' | 'ALL_NON_MAIN', depth?: number): string[];
|
|
//# sourceMappingURL=get-child-nodes.d.ts.map
|