massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / src / calculateRowHeights.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/src/calculateRowHeights.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/src/calculateRowHeights.d.ts
new file mode 100644 (file)
index 0000000..27c9183
--- /dev/null
@@ -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[];