@ant-design/pro-flow
Version:
A React based Flow components
11 lines • 356 B
JavaScript
import { Panel } from 'reactflow';
import { jsx as _jsx } from "react/jsx-runtime";
export default (function (props) {
var _props$position = props.position,
position = _props$position === void 0 ? 'top-left' : _props$position,
children = props.children;
return /*#__PURE__*/_jsx(Panel, {
position: position,
children: children
});
});