Files
react-native-image-viewing/src/Modal/Modal.d.ts
T

13 lines
281 B
TypeScript

/**
* Copyright (c) JOB TODAY S.A. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import React from "react";
import { Modal } from "react-native";
export default Modal;