UNPKG

@atlaskit/empty-state

Version:

An empty state appears when there is no data to display and describes what the user can do next.

19 lines (18 loc) 564 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"; const actionsStyles = null; /** * __Actions container__ * * A container for actions: primary action, secondary action, and tertiary action. * * @internal */ const ActionsContainer = ({ children }) => /*#__PURE__*/React.createElement("div", { className: ax(["_1e0c1txw _4cvr1h6o _1bah1h6o _6rthu2gc _bozg1jfw"]) }, children); export default ActionsContainer;