UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

8 lines (7 loc) 241 B
import * as React from 'react'; export interface NodeContainerTopProps { onNodeSelected?(nodeId: string): void; nodeId: string; nodeTitle: string; } export declare const NodeContainerTop: React.SFC<NodeContainerTopProps>;