UNPKG

@native-html/heuristic-table-plugin

Version:

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

12 lines (11 loc) • 290 B
import React from 'react'; import { HTMLTableProps } from './shared-types'; /** * A component to render tables. * * @param props - Props from {@link useHtmlTableProps} hook. * * @public */ declare const HTMLTable: React.NamedExoticComponent<HTMLTableProps>; export default HTMLTable;