UNPKG

react-native-cloud-storage

Version:

☁️ Save to & read from iCloud and Google Drive using React Native

5 lines 277 B
import type { RNCloudStorageConfigPluginOptions } from './types'; import type { ConfigPlugin } from '@expo/config-plugins'; declare const withRNCloudStorage: ConfigPlugin<RNCloudStorageConfigPluginOptions>; export default withRNCloudStorage; //# sourceMappingURL=index.d.ts.map