UNPKG

google-drive-picker

Version:

Google Drive Picker is a React Google Drive Picker component that allows you to select document from Google Drive.

6 lines (5 loc) 197 B
import { AuthResult, PickerConfiguration } from './typeDefs'; export default function GoogleDrivePicker(): [ (config: PickerConfiguration) => boolean | undefined, AuthResult | undefined ];