Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
exports.H4 = props =>
jsx("h4", {
css: {
fontSize: "1.5em",
fontWeight: "normal",
margin: "1em 0 0.25em"
},
id: slugify(jsx("h4", props)),
...props
});