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:
parent
b15c81fef8
commit
244d204332
@ -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> = ({
|
||||
|
Loading…
Reference in New Issue
Block a user