We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce44186 commit d7848d1Copy full SHA for d7848d1
refactor/src/components/UI/Button.component.tsx
@@ -13,7 +13,8 @@ interface IButtonProps {
13
* Renders a clickable button
14
* @function PageTitle
15
* @param {void} handleButtonClick - Handle button click
16
- * @param {boolean?} buttonDisabled - Is button disabled? *
+ * @param {boolean?} buttonDisabled - Is button disabled?
17
+ * @param {color?} TButtonColors - Color for button, either red or blue
18
* @param {ReactNode} children - Children for button
19
* @returns {JSX.Element} - Rendered component
20
*/
0 commit comments