projecte_ionic/node_modules/table/dist/calculateCellHeight.d.ts
2022-02-09 18:30:03 +01:00

4 lines
200 B
TypeScript
Executable file

/**
* Calculates height of cell content in regard to its width and word wrapping.
*/
export declare const calculateCellHeight: (value: string, columnWidth: number, useWrapWord?: boolean) => number;