UNPKG

@cisstech/nge

Version:

NG Essentials is a collection of libraries for Angular developers.

8 lines (7 loc) 263 B
import { ITree } from './tree.model'; /** * Stores the actual visible trees of the page. * * This variable is private to the library and should not be added to the entry file of the api. */ export declare const CURRENT_VISIBLE_TREES: Map<string, ITree<any>>;