UNPKG
use-audio-record
Version:
latest (1.1.0)
1.1.0
1.0.1
0.0.3
0.0.2
<!-- automd:badges color=yellow -->
github.com/wyatex/use-audio-record
wyatex/use-audio-record
use-audio-record
/
dist
/
shared
/
use-audio-record.68911257.d.ts
7 lines
(5 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
IOptions
{
mimeType
?:
string
;
sampleRate
?:
number
; }
export
type
{
IOptions
as
I };