@atlaskit/dynamic-table
Version:
A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.
14 lines • 626 B
JavaScript
/* empty-view-with-fixed-height.tsx generated by @compiled/babel-plugin v3.0.2 */
/* eslint-disable @repo/internal/react/require-jsdoc */
import "./empty-view-with-fixed-height.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
var fixedHeightStyles = null;
export var EmptyViewWithFixedHeight = function EmptyViewWithFixedHeight(_ref) {
var children = _ref.children,
testId = _ref.testId;
return /*#__PURE__*/React.createElement("div", {
"data-testid": testId && "".concat(testId, "--empty-view-with-fixed-height"),
className: ax(["_4t3i1jdh"])
}, children);
};