@atlaskit/empty-state
Version:
An empty state appears when there is no data to display and describes what the user can do next.
20 lines (19 loc) • 575 B
JavaScript
/* spinner-container.tsx generated by @compiled/babel-plugin v3.0.2 */
import "./spinner-container.compiled.css";
import * as React from 'react';
import { ax, ix } from "@compiled/react/runtime";
var spinnerContainerStyles = null;
/**
* __Spinner container__
*
* A spinner container for loading state of Empty State.
*
* @internal
*/
var SpinnerContainer = function SpinnerContainer(_ref) {
var children = _ref.children;
return /*#__PURE__*/React.createElement("div", {
className: ax(["_1bsb1ejb _ahbqpxbi"])
}, children);
};
export default SpinnerContainer;