import { IExcelColumn } from '../../app'; /** * 获取深度 * @param column antd table columns props */ declare function getDepth(column: IExcelColumn): number; export default getDepth;