UNPKG

@native-html/heuristic-table-plugin

Version:

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

15 lines (13 loc) • 400 B
import React from 'react'; import useHtmlTableCellProps from './useHtmlTableCellProps'; /** * The renderer component for `th` tag. * * @param props - Component props. * @public */ const ThRenderer = function ThRenderer(props) { return /*#__PURE__*/React.createElement(props.TDefaultRenderer, useHtmlTableCellProps(props)); }; export default ThRenderer; //# sourceMappingURL=ThRenderer.js.map