UNPKG

react-native-awesome-medialib

Version:
9 lines (8 loc) 250 B
/// <reference types="react" /> import type { NavigationProps } from 'react-native-awesome-navigation'; export declare const CameraPage: { (props: NavigationProps): JSX.Element; navigationItem: { hideNavigationBar: boolean; }; };