UNPKG

@native-html/heuristic-table-plugin

Version:

🔠 A 100% native component using heuristics to render tables in react-native-render-html

4 lines (3 loc) • 139 B
import { TableCell } from '../shared-types'; declare const makeRows: (x0: readonly TableCell[]) => TableCell[][]; export default makeRows;