Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/fix-props-doc-page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoyadmoon committed Jan 21, 2020
2 parents fbb78a4 + fdfba4e commit d174da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions packages/core/src/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,11 @@ function List({

List.propTypes = {
variant: PropTypes.oneOf(Object.values(LIST_VARIANTS)),
/**
* <Section> prop
*/
/** `<Section>` prop */
title: PropTypes.string,
/**
* <Section> prop
*/
/** `<Section>` prop */
desc: PropTypes.node,
/**
* <Section> prop
*/
/** `<Section>` prop */
titleSize: PropTypes.string,
};

Expand Down
1 change: 0 additions & 1 deletion packages/storybook/examples/core/Section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ storiesOf('@ichef/gypcrete|Section', module)
</Section>
</DebugBox>
)))

.add('PropTypes', ...getPropTables([Section]));

0 comments on commit d174da3

Please sign in to comment.