UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

8 lines (7 loc) 234 B
import * as React from 'react'; export interface TreeViewCytoContainerProps { cytoGraph: any; options?: any; authorizations?: any; } export declare const TreeViewCytoContainer: React.FC<TreeViewCytoContainerProps>;