robust-react-ui
Version:
A React component library, built with a focus on accessibility, extensibility and reusability.
16 lines (11 loc) • 532 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = require('react');
var React__default = _interopDefault(React);
// Generated with util/create-component.js
var ContentInfo = function (_a) {
var children = _a.children;
return (React__default.createElement("footer", { "data-testid": "ContentInfo", className: "rrui-landmark__contentinfo" }, children));
};
module.exports = ContentInfo;
//# sourceMappingURL=ContentInfo.js.map