Skip to content

Commit

Permalink
Update components/Modal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
anshgoyalevil and akshatnema authored Mar 13, 2024
1 parent b171d86 commit d863b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/Modal.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { useEffect, useRef } from 'react';

interface IModalProps {
title: string;
children: React.ReactNode;
onModalClose?: () => void;
}
title: string;
children: React.ReactNode;
onModalClose?: () => void;
}

/**
* @description Modal component.
Expand Down

0 comments on commit d863b74

Please sign in to comment.