UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

7 lines (6 loc) 224 B
import type { Row } from './types/internal'; declare const _default: (rows: Row[]) => number[]; /** * Produces an array of values that describe the largest value length (width) in every column. */ export default _default;