generated from dellevin/template
1
This commit is contained in:
5
node_modules/table/dist/src/calculateRowHeights.d.ts
generated
vendored
Normal file
5
node_modules/table/dist/src/calculateRowHeights.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { BaseConfig, Row } from './types/internal';
|
||||
/**
|
||||
* Produces an array of values that describe the largest value length (height) in every row.
|
||||
*/
|
||||
export declare const calculateRowHeights: (rows: Row[], config: BaseConfig) => number[];
|
||||
Reference in New Issue
Block a user