UNPKG

318 BTypeScriptView Raw
1import { ReactNativeModal } from './modal';
2export { ModalProps, ReactNativeModal, OnSwipeCompleteParams } from './modal';
3export { AnimationEvent, Animations, SupportedAnimation, Orientation, Direction, PresentationStyle, OnOrientationChange, GestureResponderEvent, } from './types';
4export default ReactNativeModal;