UNPKG

@ant-design/pro-flow

Version:
11 lines 356 B
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 }); });