Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Aug 23, 2021
1 parent c9496e6 commit 574918e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import PropTypes from 'prop-types';

const propTypes = {
/** Container Styles */
/** Styles to be assigned to Container */
containerStyles: PropTypes.arrayOf(PropTypes.object).isRequired,

/** Children of the MakerBadgeContainer */
/** Rendered child component */
children: PropTypes.element.isRequired,
};

Expand Down

0 comments on commit 574918e

Please sign in to comment.