import { Cell, CustomPrintConfig } from '@sinoform/types'; /** * 获取单元格初始设置高度 */ export default function getCellHeight(state: CustomPrintConfig, rowIdx: number, cell: Cell): number;