/** * title: 同时使用自定义节点和自定义操作按钮 * description: 如果你想要使用 actions 属性的功能,但是又需要自定义节点内容,可以参考本示例 */ import React from 'react'; import './example.less'; export default function ProTreeContentRenderExample(): React.JSX.Element;