UNPKG

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