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

8 lines
287 B
TypeScript
Executable file

/**
* Wrap a single cell value into a list of lines
*
* Always wraps on newlines, for the remainder uses either word or string wrapping
* depending on user configuration.
*
*/
export declare const wrapCell: (cellValue: string, cellWidth: number, useWrapWord: boolean) => string[];