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
/
index.d.mts
6 lines
(5 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ useAudioRecorder
as
useAudioRecorderReact }
from
'./react.mjs'
;
export
{ useAudioRecorder
as
useAudioRecorderVue }
from
'./vue.mjs'
;
export
{ I
as
IOptions
}
from
'./shared/use-audio-record.68911257.mjs'
;
import
'react'
;
import
'vue'
;