Skip to content

Commit

Permalink
removed jsdocs types
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Nov 15, 2024
1 parent 8682ea0 commit 7e219c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jsx/TriggerableModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ interface TriggerableModalProps extends Omit<ModalProps, 'show' | 'onClose'> {
*
* Renders a modal triggered by a custom or default CTA component, with `show`
* controlled internally.
*
* @param {TriggerableModalProps} props - The properties for the component.
* @returns {JSX.Element} The rendered TriggerableModal component.
*/
const TriggerableModal = ({
label,
Expand Down

0 comments on commit 7e219c0

Please # to comment.