Skip to content

Commit d7848d1

Browse files
committed
JSdoc improvements
1 parent ce44186 commit d7848d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

refactor/src/components/UI/Button.component.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ interface IButtonProps {
1313
* Renders a clickable button
1414
* @function PageTitle
1515
* @param {void} handleButtonClick - Handle button click
16-
* @param {boolean?} buttonDisabled - Is button disabled? *
16+
* @param {boolean?} buttonDisabled - Is button disabled?
17+
* @param {color?} TButtonColors - Color for button, either red or blue
1718
* @param {ReactNode} children - Children for button
1819
* @returns {JSX.Element} - Rendered component
1920
*/

0 commit comments

Comments
 (0)