Skip to content

Commit

Permalink
Adapt JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
FAMarfuaty committed Jun 18, 2024
1 parent 8e62532 commit 7e59dc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import propTypes from "prop-types";
/**
* The AI Assessment Fixes button icon.
* @param {boolean} pressed Whether the button is pressed.
* @param {string} gradientId The gradient ID for the icon.
* @returns {JSX.Element} The AI Assessment Fixes button icon.
*/
export const SparklesIcon = ( { pressed = false, gradientId } ) => {
Expand Down

0 comments on commit 7e59dc9

Please sign in to comment.