Added documentation

This commit is contained in:
Lucid Kobold
2022-03-27 01:34:43 -05:00
parent fb53187438
commit c191c6037b

View File

@@ -30,6 +30,7 @@ interface AddStickerProps {
* @param {React.Dispatch<React.SetStateAction<boolean>>} props.updateIsOpen used to close the modal.
* @param {date} props.date the date for which the sticker will be added or modified.
* @param {React.Dispatch<React.SetStateAction<StickerVal>>} updateSticker the react state function to update the sticker.
* @param {StickerVal}currSticker the current sticker for the date.
*/
const AddSticker = ({
isOpen,