UNPKG

@atlaskit/dynamic-table

Version:

A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.

14 lines 537 B
/* container.tsx generated by @compiled/babel-plugin v3.0.2 */ /* eslint-disable @repo/internal/react/require-jsdoc */ import "./container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; var containerStyles = null; export var Container = function Container(_ref) { var children = _ref.children, testId = _ref.testId; return /*#__PURE__*/React.createElement("div", { "data-testid": testId && "".concat(testId, "--container"), className: ax(["_kqswh2mm"]) }, children); };