UNPKG

@atlaskit/table-tree

Version:

A table tree is an expandable table for showing nested hierarchies of information.

15 lines (14 loc) • 488 B
/* tree-row-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import "./tree-row-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; const treeRowContainerStyles = null; /** * __Tree row container__ */ export const TreeRowContainer = props => /*#__PURE__*/React.createElement("div", _extends({ role: "row" }, props, { className: ax(["_179ria51 _1e0c1txw"]) }));