UNPKG

@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) 622 B
/* actions-container.tsx generated by @compiled/babel-plugin v3.0.2 */ import "./actions-container.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; var actionsStyles = null; /** * __Actions container__ * * A container for actions: primary action, secondary action, and tertiary action. * * @internal */ var ActionsContainer = function ActionsContainer(_ref) { var children = _ref.children; return /*#__PURE__*/React.createElement("div", { className: ax(["_1e0c1txw _4cvr1h6o _1bah1h6o _6rthu2gc _bozg1jfw"]) }, children); }; export default ActionsContainer;