Skip to content

Commit

Permalink
add param description to Card
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jan 6, 2025
1 parent a0a6009 commit a2d1a18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const InnerContainer = styled(Box)(({ theme }) => ({
* @param {object} props Component props
* @param {bool} props.handleSubmit if included then show the Continue button
* @param {bool} props.isValid if falsey then disable Continue button, otherwise enable
* @param {bool} props.isTestWarningWrapper if truthy then show navigate to publish Or button
*/
const Card: React.FC<Props> = ({
children,
Expand Down

0 comments on commit a2d1a18

Please sign in to comment.