UNPKG

@atlaskit/table-tree

Version:

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

27 lines • 814 B
/* common-cell.tsx generated by @compiled/babel-plugin v3.0.2 */ import _extends from "@babel/runtime/helpers/extends"; import "./common-cell.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; const commonStyles = null; /** * __Common cell__ */ const CommonCell = ({ indent, width, className, ...props }) => /*#__PURE__*/React.createElement("div", _extends({ role: "gridcell" // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop , className: ax(["_1yt412f9 _11c8fhey _1e0c1txw _vchhusvi _1tke1ylp _kqswh2mm _4cvr1h6o _syazi7uo _ct361wug _1nmz1hna", className]) // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props, { style: { '--indent': indent, width } })); export default CommonCell;