UNPKG

react-native-realtime-audio

Version:
6 lines (5 loc) 182 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const withMicrophone: ConfigPlugin<{ microphonePermission?: string | false; } | void>; export default withMicrophone;