UNPKG

@devloops/react-native-variant

Version:
3 lines (2 loc) 250 B
import { GetPhotosParamType, GetPhotosReturnType } from 'react-native'; export default function useCameraRoll(): (GetPhotosReturnType | ((config?: GetPhotosParamType) => Promise<void>) | ((tag: string, type?: "photo" | "video") => Promise<void>))[];