@atlaskit/dynamic-table
Version:
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
18 lines • 650 B
JavaScript
/* contents-container.tsx generated by @compiled/babel-plugin v3.0.2 */
/* eslint-disable @repo/internal/react/require-jsdoc */
import "./contents-container.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
const CSS_VAR_CONTENTS_OPACITY = '--contents-opacity';
const contentsContainerStyles = null;
export const ContentsContainer = ({
children,
contentsOpacity,
testId
}) => /*#__PURE__*/React.createElement("div", {
style: {
[CSS_VAR_CONTENTS_OPACITY]: contentsOpacity
},
"data-testid": testId && `${testId}--contents--container`,
className: ax(["_tzy4saf5 _lcxvglyw"])
}, children);