UNPKG

@atlaskit/dynamic-table

Version:

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

13 lines 532 B
/* 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"; const fixedHeightStyles = null; export const EmptyViewWithFixedHeight = ({ children, testId }) => /*#__PURE__*/React.createElement("div", { "data-testid": testId && `${testId}--empty-view-with-fixed-height`, className: ax(["_4t3i1jdh"]) }, children);