Initial commit
This commit is contained in:
7
app/types/modal.ts
Normal file
7
app/types/modal.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ModalProps {
|
||||
active: boolean;
|
||||
onClose: () => void;
|
||||
height?: string | number;
|
||||
width?: string | number;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
Reference in New Issue
Block a user