UNPKG

ze-react-component-library

Version:
10 lines (9 loc) 335 B
import React from "react"; import { LogicformAPIResultType } from "zeroetp-api-sdk"; import { TableProps } from "../../../Table/Table.types"; declare type HierarchyListProps = { result: LogicformAPIResultType; tableProps?: TableProps; }; declare const HierarchyList: React.FC<HierarchyListProps>; export default HierarchyList;