UNPKG

react-native-awesome-medialib

Version:
16 lines (15 loc) 408 B
/// <reference types="react" /> import { BaseProps } from '../utils/Utils'; import type { InvokeType } from '../utils/ResultModel'; interface Props extends BaseProps { maxSelectedMediaCount?: number; isVideoOnly?: boolean; from: InvokeType; } export declare const MediaLibraryPage: { (props: Props): JSX.Element; navigationItem: { hideNavigationBar: boolean; }; }; export {};