more types

This commit is contained in:
Timo K
2022-07-28 00:17:09 +02:00
parent f26ab2f941
commit 3727bfb67f
5 changed files with 38 additions and 19 deletions

View File

@@ -24,6 +24,7 @@ import styles from "./JoinExistingCallModal.module.css";
interface Props {
onJoin: (e: PressEvent) => void;
onClose: (e: PressEvent) => void;
// TODO: add used parameters for <Modal>
[index: string]: unknown;
}
export function JoinExistingCallModal({ onJoin, onClose, ...rest }: Props) {