UNPKG

expo-file-system

Version:

Provides access to the local file system on the device.

4 lines (3 loc) 146 B
import { FileSystemProps as Props } from './withFileSystem'; declare const _default: (props?: Props) => [string, Props]; export default _default;