Skip to content

Commit

Permalink
Add gap to proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
abottega committed Jan 8, 2025
1 parent 64b3f51 commit bd81b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/Flex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default function Flex({ children, gap, theme, ...props }) {
Flex.propTypes = {
/** Children of `Flex` are taken as node elements */
children: PropTypes.node,
gap: PropTypes.string,
theme: PropTypes.object,
...styledPropTypes.space,
...styledPropTypes.layout,
Expand Down

0 comments on commit bd81b5b

Please sign in to comment.