UNPKG

@videosdk.live/expo-ios-screen-share

Version:
9 lines (8 loc) 279 B
import { ConfigPlugin } from '@expo/config-plugins'; export type IosScreenCaptureProps = { bundleId: string; appleTeamId: string; extensionName?: string; }; declare const withIosScreenCapture: ConfigPlugin<IosScreenCaptureProps>; export default withIosScreenCapture;