/** * 获取当前选中的所有节点对应的层级最深的block集合 * @param {*} value svi */ declare function getRangeItem(value: any): any; export default getRangeItem;