UNPKG

@atlaskit/table-tree

Version:

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

15 lines • 610 B
/* chevron-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import "./chevron-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; const commonCellElementStyles = null; const commonChevronContainerStyles = null; /** * __Chevron container__ * * A wrapper container around the expand table tree button. */ export const ChevronContainer = props => /*#__PURE__*/React.createElement("span", _extends({}, props, { className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbq1lmg", "_1pfhj39m"]) }));