UNPKG

ant-table-ext

Version:

An extended table based on ant table

7 lines (6 loc) 220 B
export default function calculateNodeHeight(uiTextNode: any, useCache?: boolean, minRows?: number | null, maxRows?: number | null): { height: any; minHeight: number; maxHeight: number; overflowY: any; };