UNPKG

@atlaskit/table-tree

Version:

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

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