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 `td` tag. * * @param props - Component props. * @public */ const TdRenderer = function TdRenderer(props) { return /*#__PURE__*/React.createElement(props.TDefaultRenderer, useHtmlTableCellProps(props)); }; export default TdRenderer; //# sourceMappingURL=TdRenderer.js.map