Skip to content

Instantly share code, notes, and snippets.

@codewithbernard
Created July 27, 2021 16:01
Show Gist options
  • Save codewithbernard/330b4175883be148965128d165b6e85f to your computer and use it in GitHub Desktop.
Save codewithbernard/330b4175883be148965128d165b6e85f to your computer and use it in GitHub Desktop.
Blog.propTypes = {
blogTitle: PropTypes.element,
blogBody: PropTypes.node,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment