react-native-audio-recorder-player
Version:
React Native Audio Recorder and Player.
5 lines • 432 B
TypeScript
export { default } from './src/index';
export * from './src/index';
export type { AudioSet, RecordBackType, PlayBackType, AVEncodingOption, AVModeIOSOption, } from './src/specs/AudioRecorderPlayer.nitro';
export { AudioSourceAndroidType, OutputFormatAndroidType, AudioEncoderAndroidType, AVEncoderAudioQualityIOSType, AVLinearPCMBitDepthKeyIOSType, } from './src/specs/AudioRecorderPlayer.nitro';
//# sourceMappingURL=index.d.ts.map