UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

9 lines 236 B
import * as React from "react"; const TableRow = ({ dataTest, children }) => /*#__PURE__*/React.createElement("tr", { className: "box-border w-full whitespace-nowrap", "data-test": dataTest }, children); export default TableRow;