UNPKG

@native-html/heuristic-table-plugin

Version:

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

3 lines (2 loc) • 149 B
import { Display, TableRoot } from '../shared-types'; export default function createRenderTree(display: Display, columnWidths: number[]): TableRoot;