UNPKG

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

Version:
8 lines (7 loc) 255 B
import { ConfigPlugin } from '@expo/config-plugins'; export type ScreenSharePluginProps = { appleTeamId: string; extensionName?: string; }; declare const withIosScreenShare: ConfigPlugin<ScreenSharePluginProps>; export default withIosScreenShare;