UNPKG

family-hierarchy

Version:

A small library for **Angular 9+** that implements [vis-network](https://github.com/visjs/vis-network) to generate a hierarchy chart of a family.

5 lines (4 loc) 192 B
import { FhConfig } from '../models/models'; import { Options } from 'vis-network/standalone'; export declare const OPTION_DEFAULT: Options; export declare const DEFAULT_CONFIG: FhConfig;