@atlaskit/table-tree
Version:
A table tree is an expandable table for showing nested hierarchies of information.
17 lines • 646 B
JavaScript
/* 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";
var commonCellElementStyles = null;
var commonChevronContainerStyles = null;
/**
* __Chevron container__
*
* A wrapper container around the expand table tree button.
*/
export var ChevronContainer = function ChevronContainer(props) {
return /*#__PURE__*/React.createElement("span", _extends({}, props, {
className: ax(["_1e0c1txw _kqswstnw _4cvr1h6o _ahbq1lmg", "_1pfhj39m"])
}));
};