/** * 判断当前节点是否为末端节点 */ export type IsLeafDetermine = (item: any) => boolean;