Chore: Fixed type

pull/8423/head
Laurent Cozic 2023-07-06 20:41:03 +01:00
parent b15c81fef8
commit 244d204332
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { hasNotch } from 'react-native-device-info';
interface ModalElementProps extends ModalProps {
children: React.ReactNode;
containerStyle?: ViewStyle;
elevation?: Number;
elevation?: number;
}
const ModalElement: React.FC<ModalElementProps> = ({