UNPKG

@ka1do/kit

Version:
7 lines (6 loc) 175 B
import type { Cell } from './types/internal'; declare const _default: (cells: Cell[]) => number[]; /** * Calculates width of each cell contents. */ export default _default;