UNPKG

expo-sharing

Version:

Provides a way to share files directly with other compatible applications.

5 lines (4 loc) 211 B
import { ShareExtensionConfigPluginProps as Props } from './sharingPlugin.types'; export type * from './sharingPlugin.types'; declare const _default: (props?: Props) => [string, Props]; export default _default;