UNPKG

react-hierarchy-chart

Version:

`ReactHierarchyChart` is an React Component for Vertical or Horizontal Hierarchy/Tree View. It can be used to show parent child view, Organization structure, Tree view. with your flaxible dynamic template design with controls.

8 lines (7 loc) 191 B
/// <reference types="react" /> import "./Test.scss"; export interface ButtonProps { label: string; } declare const Test: (props: ButtonProps) => JSX.Element; export default Test;