UNPKG

555 BJavaScriptView Raw
1import { __rest } from "tslib";
2import * as React from 'react';
3import { css } from '@patternfly/react-styles';
4export const NotificationDrawerList = (_a) => {
5 var { children, className = '', isHidden = false } = _a, props = __rest(_a, ["children", "className", "isHidden"]);
6 return (React.createElement("ul", Object.assign({}, props, { className: css('pf-c-notification-drawer__list', className), hidden: isHidden }), children));
7};
8NotificationDrawerList.displayName = 'NotificationDrawerList';
9//# sourceMappingURL=NotificationDrawerList.js.map
\No newline at end of file