UNPKG

606 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { css } from '@patternfly/react-styles';
4import styles from '@patternfly/react-styles/css/components/EmptyState/empty-state';
5export const EmptyStateSecondaryActions = (_a) => {
6 var { children = null, className = '' } = _a, props = __rest(_a, ["children", "className"]);
7 return (React.createElement("div", Object.assign({ className: css(styles.emptyStateSecondary, className) }, props), children));
8};
9EmptyStateSecondaryActions.displayName = 'EmptyStateSecondaryActions';
10//# sourceMappingURL=EmptyStateSecondaryActions.js.map
\No newline at end of file