design-system-govbr-rnp
Version:
## Padrão Digital de Governo - React Biblioteca de componentes React que implementa o [Padrão Visual digital do governo](https://www.gov.br/ds/). O objetivo da biblioteca é facilitar a implementação e promover a padronização das interfaces de sistemas do
18 lines (17 loc) • 455 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styles = require("./styles");
var NotificationItem = function NotificationItem(_ref) {
var children = _ref.children,
onClick = _ref.onClick;
return /*#__PURE__*/React.createElement(_styles.Item, {
role: "button",
tabindex: "0",
onClick: onClick
}, children);
};
var _default = NotificationItem;
exports.default = _default;