UNPKG

@atlaskit/table-tree

Version:

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

22 lines • 880 B
/* loader-item-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["isRoot"]; import "./loader-item-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; var commonCellElementStyles = null; var loadingItemContainerStyles = null; var paddingLeftStyles = null; /** * __Loader item container__ * * A loader item container. */ export var LoaderItemContainer = function LoaderItemContainer(_ref) { var isRoot = _ref.isRoot, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("span", _extends({}, props, { className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbq1lmg", "_1bsb1osq", isRoot && "_bozg1ssb"]) })); };