@atlaskit/table-tree
Version:
A table tree is an expandable table for showing nested hierarchies of information.
17 lines (16 loc) • 530 B
JavaScript
/* 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";
var treeRowContainerStyles = null;
/**
* __Tree row container__
*/
export var TreeRowContainer = function TreeRowContainer(props) {
return /*#__PURE__*/React.createElement("div", _extends({
role: "row"
}, props, {
className: ax(["_179ria51 _1e0c1txw"])
}));
};