UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

4 lines (3 loc) 222 B
import { InjectionToken } from '@angular/core'; import { TreeCaseViewConfiguration } from './tree-case-view-configuration'; export declare const NAE_TREE_CASE_VIEW_CONFIGURATION: InjectionToken<TreeCaseViewConfiguration>;