UNPKG

ng2-branchy

Version:

angular2 component for visualizing data that can be naturally represented as a tree

5 lines (4 loc) 278 B
import { RenamableNode } from '../../branchy.types'; export declare function applyNewValueToRenamable(value: RenamableNode, newValue: string): RenamableNode; export declare function isValueEmpty(value: string): boolean; export declare function isRenamable(value: any): boolean;