UNPKG

@atlaskit/table-tree

Version:

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

20 lines (19 loc) • 793 B
/* overflow-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 = ["isSingleLine"]; import "./overflow-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; var overflowContainerStyles = null; /** * __Overflow container__ */ var OverflowContainer = function OverflowContainer(_ref) { var isSingleLine = _ref.isSingleLine, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("span", _extends({}, props, { className: ax([isSingleLine && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"]) })); }; export default OverflowContainer;