UNPKG

@atlaskit/dynamic-table

Version:

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

13 lines 458 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"; const containerStyles = null; export const Container = ({ children, testId }) => /*#__PURE__*/React.createElement("div", { "data-testid": testId && `${testId}--container`, className: ax(["_kqswh2mm"]) }, children);