@native-html/heuristic-table-plugin
Version:
🔠A 100% native component using heuristics to render tables in react-native-render-html
6 lines (5 loc) • 357 B
TypeScript
import { TNode } from 'react-native-render-html';
import { Display, Settings } from '../shared-types';
import TCellConstraintsComputer from './TCellConstraintsComputer';
export declare function createEmptyDisplay(config: Settings): Display;
export default function fillTableDisplay(tnode: TNode, display: Display, computer: TCellConstraintsComputer): void;