1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Fixed type

This commit is contained in:
Laurent Cozic 2023-07-06 20:41:03 +01:00
parent b15c81fef8
commit 244d204332

View File

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