UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

6 lines (5 loc) 177 B
import type { Cell } from './types/internal'; /** * Calculates width of each cell contents in a row. */ export declare const calculateCellWidths: (cells: Cell[]) => number[];