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) • 205 B
import { CellProperties, TColumnConstraints } from '../shared-types'; declare const reduceColumnConstraints: (x: readonly CellProperties[]) => TColumnConstraints[]; export default reduceColumnConstraints;