UNPKG

@coligo/react-native-table

Version:

Lightweight package for creating flexible tables in React Native.

18 lines (17 loc) 443 B
"use strict"; import { View } from 'react-native'; import { jsx as _jsx } from "react/jsx-runtime"; export const HorizontalSeparator = ({ borderStyle }) => { if (!borderStyle?.showHorizontalBody) { return undefined; } return /*#__PURE__*/_jsx(View, { style: { height: borderStyle?.borderWidth ?? 1, backgroundColor: borderStyle?.borderColor ?? 'black' } }); }; //# sourceMappingURL=HorizontalSeparator.js.map