Skip to content

Commit

Permalink
docs(sup): Document Heading and DisplayHeading Sup sub-component prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Sep 6, 2017
1 parent 148c707 commit 563d65d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const DisplayHeadingSup = ({ children, ...rest }) => (
)

DisplayHeadingSup.propTypes = {
/**
* Text
*/
children: PropTypes.string.isRequired
}

Expand Down
3 changes: 3 additions & 0 deletions src/components/Typography/Heading/HeadingSup/HeadingSup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const HeadingSup = ({ children, ...rest }) => (
)

HeadingSup.propTypes = {
/**
* Text
*/
children: PropTypes.string.isRequired
}

Expand Down

0 comments on commit 563d65d

Please sign in to comment.