@kgdata/visualgraph
Version:
visualgraph
25 lines (24 loc) • 647 B
TypeScript
import './index.less';
declare const _default: ({ visible, propertyIsNull, data, handleClose, }: {
visible: boolean;
propertyIsNull: boolean;
data: {
name: string;
inWeight?: number;
outWeight?: number;
cardType: 'edge' | 'node';
properties?: {
ooName: string;
ooId: string;
value: string;
entityProperties: any[];
}[];
comments?: {
ooName: string;
ooId: string;
value: string;
}[];
};
handleClose: () => void;
}) => JSX.Element;
export default _default;