Files
Fluxup_PAP/node_modules/expo-file-system/plugin/build/withFileSystem.d.ts
2026-03-10 16:18:05 +00:00

8 lines
240 B
TypeScript

import { ConfigPlugin } from 'expo/config-plugins';
type FileSystemProps = {
supportsOpeningDocumentsInPlace?: boolean;
enableFileSharing?: boolean;
};
declare const _default: ConfigPlugin<FileSystemProps>;
export default _default;