Files
20250612/app_vue/node_modules/table/dist/src/wrapCell.d.ts
2025-06-20 18:01:48 +08:00

9 lines
287 B
TypeScript

/**
* 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[];