UNPKG

ze-react-component-library

Version:
9 lines (8 loc) 250 B
import type { NsGraph } from '@antv/xflow'; import './Entity.less'; interface OwnProps { deleteNode: Function; } declare type Props = OwnProps & NsGraph.IReactNodeProps; declare const Entity: (props: Props) => JSX.Element; export default Entity;