UNPKG

react-native-multiple-modals

Version:

Native implementation with the ability to display multiple Modals

8 lines 263 B
import { FC } from 'react'; import type { ModalViewProps } from './types'; export declare enum DismissalSource { BackButton = "BackButton", Backdrop = "Backdrop" } export declare const ModalView: FC<ModalViewProps>; //# sourceMappingURL=ModalView.d.ts.map