Skip to content

Commit

Permalink
Update default in JSDoc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jan 10, 2024
1 parent 34f066f commit 8ff555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface AlertProps extends PropsWithChildren<HTMLAttributes<HTMLDivElem
closeable?: boolean
/**
* The hierarchical level of the alert title within the document.
* @default 4
* @default 2
*/
headingLevel?: HeadingProps['level']
/** Allows a callback when dismissing the alert. */
Expand Down

0 comments on commit 8ff555a

Please sign in to comment.