/** * title: 自定义节点 * description: 使用方法同 antd Tree 组件一致 */ import React from 'react'; import './example.less'; export default function ProTreeContentRenderExample(): React.JSX.Element;