UNPKG

react-native-awesome-medialib

Version:
14 lines (13 loc) 391 B
/// <reference types="react" /> import type { NavigationProps } from 'react-native-awesome-navigation'; import type { InvokeType } from '../utils/ResultModel'; interface Props extends NavigationProps { from: InvokeType; } export declare const MediaLibraryPhotoPreviewPage: { (props: Props): JSX.Element; navigationItem: { hideNavigationBar: boolean; }; }; export {};