UNPKG

@atlaskit/dynamic-table

Version:

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

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