@uppy/audio
Version:
Uppy plugin that records audio using the device’s microphone.
10 lines • 344 B
TypeScript
import type { I18n } from '@uppy/utils/lib/Translator';
import { h } from 'preact';
interface PermissionsScreenProps {
icon: () => h.JSX.Element | null;
hasAudio: boolean;
i18n: I18n;
}
declare const _default: (props: PermissionsScreenProps) => h.JSX.Element;
export default _default;
//# sourceMappingURL=PermissionsScreen.d.ts.map