UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

8 lines (6 loc) 134 B
import { TreeType } from "../../../interfaces/tree"; export interface TreeProps { tree: TreeType; id: string; index: number; }