UNPKG
@audiowave/react
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
React audio visualization component
github.com/teomyth/audiowave
teomyth/audiowave
@audiowave/react
/
dist
/
components
/
AudioWave.d.ts
3 lines
•
247 B
TypeScript
View Raw
1
2
3
import
{
AudioWaveController
,
AudioWaveProps
}
from
'../types'
;
export
declare
const
AudioWave
:
import
(
'react'
).
ForwardRefExoticComponent
<
AudioWaveProps
&
import
(
'react'
).
RefAttributes
<
AudioWaveController
>>;
//# sourceMappingURL=AudioWave.d.ts.map