You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Chore: Fixed type
This commit is contained in:
@ -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> = ({
|
||||||
|
Reference in New Issue
Block a user