UNPKG

631 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/NotificationDrawer/notification-drawer';
5export const NotificationDrawerGroupList = (_a) => {
6 var { children, className = '' } = _a, props = __rest(_a, ["children", "className"]);
7 return (React.createElement("div", Object.assign({}, props, { className: css(styles.notificationDrawerGroupList, className) }), children));
8};
9NotificationDrawerGroupList.displayName = 'NotificationDrawerGroupList';
10//# sourceMappingURL=NotificationDrawerGroupList.js.map
\No newline at end of file