UNPKG

ng2-qgrid

Version:
5 lines (4 loc) 231 B
import { Node } from '../node/node'; import { Model } from '../infrastructure/model'; export declare function flattenFactory(model: Model): (nodes: Node[]) => Node[]; export declare function findFirstLeaf(node: Node): Node | null;