/** * 判断是不是空节点,是text节点并且内容为空 * @param {*} block 节点 */ export default function isEmpty(block: any): any;