UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

3 lines (2 loc) 200 B
import { SchedioTreeNode } from './dtos'; export declare const getNodeInfo: (treeData: any, key: string, callback: (node: SchedioTreeNode, index: number, nodes: SchedioTreeNode[]) => void) => void;