UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

3 lines (2 loc) 94 B
import { Item } from "./types"; export declare function getMaxLength(rows: Item[][]): number;