import LynxKiteNode from "./LynxKiteNode"; import { NodeWithParams } from "./NodeWithParams"; const NodeWithImage = (props: any) => { return ( {props.data.display && Node Display} ); }; export default LynxKiteNode(NodeWithImage);