UNPKG

@atlaskit/table-tree

Version:

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

17 lines (16 loc) • 566 B
/* overflow-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import "./overflow-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; const overflowContainerStyles = null; /** * __Overflow container__ */ const OverflowContainer = ({ isSingleLine, ...props }) => /*#__PURE__*/React.createElement("span", _extends({}, props, { className: ax([isSingleLine && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"]) })); export default OverflowContainer;